From 7dd698423c2195044c96633e9fccc8d564c42457 Mon Sep 17 00:00:00 2001 From: Eduard Bopp Date: Tue, 17 Feb 2015 13:28:40 +0100 Subject: [PATCH] Avoid superfluous plugin usage in test --- tests/assert.rs | 3 --- 1 file changed, 3 deletions(-) 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;