upstream rust: using old_orphan_check feature temporarily

This commit is contained in:
Mike Dilger 2015-01-04 11:20:39 +13:00
parent 57d2b70aa6
commit 3c5caa97ca
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ Feel free to add your project to this list if you happen to use **nalgebra**!
#![warn(missing_docs)] #![warn(missing_docs)]
#![feature(macro_rules)] #![feature(macro_rules)]
#![feature(globs)] #![feature(globs)]
#![feature(old_orphan_check)]
#![doc(html_root_url = "http://nalgebra.org/doc")] #![doc(html_root_url = "http://nalgebra.org/doc")]
extern crate "rustc-serialize" as rustc_serialize; extern crate "rustc-serialize" as rustc_serialize;