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;