From ef4a52d53bb7490a498b8ba039734a32469e629e Mon Sep 17 00:00:00 2001 From: Eduard Bopp Date: Sun, 29 Mar 2015 13:44:28 +0200 Subject: [PATCH] Remove unused feature unboxed_closures --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f6ab409c..1b269153 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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")]