From 8c205ea2d02d04242ca49ae73f713c2b6260c51c Mon Sep 17 00:00:00 2001 From: Brett Levin Date: Sat, 10 Jan 2015 11:31:26 -0800 Subject: [PATCH] fix warning from unneeded old_orphan_check --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 3177a4e4..19818387 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -83,7 +83,6 @@ Feel free to add your project to this list if you happen to use **nalgebra**! #![deny(unused_results)] #![allow(unstable)] #![warn(missing_docs)] -#![feature(old_orphan_check)] #![feature(unboxed_closures)] #![doc(html_root_url = "http://nalgebra.org/doc")]