Remove #![feature(core)]
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
165e095a57
commit
005aebc498
|
@ -82,7 +82,6 @@ Feel free to add your project to this list if you happen to use **nalgebra**!
|
||||||
#![deny(unused_qualifications)]
|
#![deny(unused_qualifications)]
|
||||||
#![deny(unused_results)]
|
#![deny(unused_results)]
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
#![feature(core)]
|
|
||||||
#![cfg_attr(test, feature(test))]
|
#![cfg_attr(test, feature(test))]
|
||||||
#![doc(html_root_url = "http://nalgebra.org/doc")]
|
#![doc(html_root_url = "http://nalgebra.org/doc")]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue