diff options
author | Simon Sapin <simon.sapin@exyr.org> | 2019-03-03 12:02:42 +0100 |
---|---|---|
committer | Simon Sapin <simon.sapin@exyr.org> | 2019-03-03 19:32:42 +0100 |
commit | 99b898753f35c6e39afc7fdbf95cd47ca3917890 (patch) | |
tree | 01bc46f751607e9a6ff59d4e464a4a8e38580dae /components/script/lib.rs | |
parent | 4d8d54fc00644204768886569959429dd67998a0 (diff) | |
download | servo-99b898753f35c6e39afc7fdbf95cd47ca3917890.tar.gz servo-99b898753f35c6e39afc7fdbf95cd47ca3917890.zip |
Upgrade to rustc 1.34.0-nightly (0ea22717a 2019-03-02)
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 1332e604fdb..b66631428ad 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -7,7 +7,6 @@ #![feature(const_fn)] #![feature(drain_filter)] #![feature(plugin)] -#![feature(try_from)] #![feature(type_alias_enum_variants)] #![deny(unsafe_code)] #![allow(non_snake_case)] |