From 005aebc498b17a7d9d728cd6c569008870e7731b Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Thu, 2 Apr 2015 04:11:25 -0400 Subject: [PATCH] Remove #![feature(core)] Signed-off-by: Anders Kaseorg --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) 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")]