diff --git a/src/lib.rs b/src/lib.rs index 5f8715c1..9436c358 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -82,7 +82,6 @@ Feel free to add your project to this list if you happen to use **nalgebra**! #![deny(unused_qualifications)] #![deny(unused_results)] #![warn(missing_docs)] -#![feature(core)] #![cfg_attr(test, feature(test))] #![doc(html_root_url = "http://nalgebra.org/doc")]