Fix deprecated plugin syntax.

This commit is contained in:
Ben Foppa 2015-02-16 13:55:58 -05:00
parent 4065341aa0
commit 414ce4f332
1 changed files with 1 additions and 1 deletions

View File

@ -1,8 +1,8 @@
//! Assertion macro tests
#![feature(plugin)]
#![plugin(nalgebra)]
#[plugin]
#[macro_use]
extern crate nalgebra;