Only use test feature in test configuration

This commit is contained in:
Eduard Bopp 2015-03-29 13:21:56 +02:00
parent 70b4def5cc
commit de2351a441
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ Feel free to add your project to this list if you happen to use **nalgebra**!
#![warn(missing_docs)]
#![feature(unboxed_closures)]
#![feature(core)]
#![feature(test)]
#![cfg_attr(test, feature(test))]
#![doc(html_root_url = "http://nalgebra.org/doc")]
extern crate rustc_serialize;