fix warning from unneeded old_orphan_check
This commit is contained in:
parent
c896a34a8b
commit
8c205ea2d0
|
@ -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