Merge pull request #75 from blevin/master

fix warning from unneeded old_orphan_check
This commit is contained in:
Sébastien Crozet 2015-01-10 23:52:01 +01:00
commit 7b07d4d847
1 changed files with 0 additions and 1 deletions

View File

@ -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")]