diff --git a/tests/assert.rs b/tests/assert.rs index 2be736dc..ef90ee76 100644 --- a/tests/assert.rs +++ b/tests/assert.rs @@ -1,8 +1,5 @@ //! Assertion macro tests -#![feature(plugin)] - -#[plugin] #[macro_use] extern crate nalgebra;