Merge pull request #75 from blevin/master
fix warning from unneeded old_orphan_check
This commit is contained in:
commit
7b07d4d847
|
@ -83,7 +83,6 @@ Feel free to add your project to this list if you happen to use **nalgebra**!
|
||||||
#![deny(unused_results)]
|
#![deny(unused_results)]
|
||||||
#![allow(unstable)]
|
#![allow(unstable)]
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
#![feature(old_orphan_check)]
|
|
||||||
#![feature(unboxed_closures)]
|
#![feature(unboxed_closures)]
|
||||||
#![doc(html_root_url = "http://nalgebra.org/doc")]
|
#![doc(html_root_url = "http://nalgebra.org/doc")]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue