diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2017-09-20 13:19:52 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2017-09-20 13:19:52 -0700 |
commit | f31c8e6673b1ef82b96dd29c342681ccfdf5af28 (patch) | |
tree | a5219489ba40c6cb8f4255d20897766c2e540e2b | |
parent | 9064907e14eccc1646a1f8e349f72456cfc8ceb5 (diff) | |
download | servo-f31c8e6673b1ef82b96dd29c342681ccfdf5af28.tar.gz servo-f31c8e6673b1ef82b96dd29c342681ccfdf5af28.zip |
Remove unused 'unboxed_closures' feature flag
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index d150f8a6b82..a61dee873f3 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -15,7 +15,6 @@ #![feature(plugin)] #![feature(proc_macro)] #![feature(try_from)] -#![feature(unboxed_closures)] #![feature(untagged_unions)] #![deny(unsafe_code)] |