Skip to content

Commit

Permalink
refactor/features: remove unboxed closures
Browse files Browse the repository at this point in the history
This feature is unused.
  • Loading branch information
skade committed Dec 1, 2015
1 parent 0af1677 commit 872125a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
#![cfg_attr(lint, feature(plugin))]
#![cfg_attr(lint, plugin(clippy))]
#![allow(dead_code)]
#![feature(unboxed_closures)]
#![feature(static_mutex)]
#![deny(missing_docs,
missing_debug_implementations, missing_copy_implementations,
Expand Down

0 comments on commit 872125a

Please sign in to comment.