Avoid superfluous plugin usage in test
This commit is contained in:
parent
4065341aa0
commit
7dd698423c
|
@ -1,8 +1,5 @@
|
||||||
//! Assertion macro tests
|
//! Assertion macro tests
|
||||||
|
|
||||||
#![feature(plugin)]
|
|
||||||
|
|
||||||
#[plugin]
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate nalgebra;
|
extern crate nalgebra;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue