From 3c5caa97ca90019ff8a04517338c56e3d765d87b Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Sun, 4 Jan 2015 11:20:39 +1300 Subject: [PATCH] upstream rust: using old_orphan_check feature temporarily --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 152fb02f..e8facbbd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -84,6 +84,7 @@ Feel free to add your project to this list if you happen to use **nalgebra**! #![warn(missing_docs)] #![feature(macro_rules)] #![feature(globs)] +#![feature(old_orphan_check)] #![doc(html_root_url = "http://nalgebra.org/doc")] extern crate "rustc-serialize" as rustc_serialize;