diff --git a/painter/src/lib.rs b/painter/src/lib.rs index a16d491ae..bdee1282b 100644 --- a/painter/src/lib.rs +++ b/painter/src/lib.rs @@ -1,5 +1,3 @@ -#![feature(const_fn_floating_point_arithmetic, test)] - //! A 2d logic painter, generate the paint command pub mod color; mod painter;