diff options
author | Matt Brubeck <mbrubeck@limpet.net> | 2017-06-28 13:50:51 -0700 |
---|---|---|
committer | Matt Brubeck <mbrubeck@limpet.net> | 2017-06-28 15:00:21 -0700 |
commit | f511a77ec573e1fcf25350ceddd86c5ddca6be4b (patch) | |
tree | bd351e6c56109005f4a4aaed99b93598196ea12a /components/script/lib.rs | |
parent | a40e5353b32076e429c96112dab134bb3db3b728 (diff) | |
download | servo-f511a77ec573e1fcf25350ceddd86c5ddca6be4b.tar.gz servo-f511a77ec573e1fcf25350ceddd86c5ddca6be4b.zip |
Stop using the unstable optin_builtin_traits feature
Diffstat (limited to 'components/script/lib.rs')
-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 1dc74905cc9..2940788fe04 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -9,7 +9,6 @@ #![feature(mpsc_select)] #![feature(nonzero)] #![feature(on_unimplemented)] -#![feature(optin_builtin_traits)] #![feature(option_entry)] #![feature(plugin)] #![feature(proc_macro)] |