Remove unused feature unboxed_closures
This commit is contained in:
parent
de2351a441
commit
ef4a52d53b
|
@ -82,7 +82,6 @@ Feel free to add your project to this list if you happen to use **nalgebra**!
|
|||
#![deny(unused_qualifications)]
|
||||
#![deny(unused_results)]
|
||||
#![warn(missing_docs)]
|
||||
#![feature(unboxed_closures)]
|
||||
#![feature(core)]
|
||||
#![cfg_attr(test, feature(test))]
|
||||
#![doc(html_root_url = "http://nalgebra.org/doc")]
|
||||
|
|
Loading…
Reference in New Issue