diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-06-06 14:47:16 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-06-08 14:03:57 +0200 |
commit | b7f5e8d0135a2fbecc749206a27f84dd10dc2e84 (patch) | |
tree | 35ef9c588bcaec229ba5a9491b8db57f2e96c563 /components/util/lib.rs | |
parent | a80767993b6b2b885dfac9666f16fb1e1649ac99 (diff) | |
download | servo-b7f5e8d0135a2fbecc749206a27f84dd10dc2e84.tar.gz servo-b7f5e8d0135a2fbecc749206a27f84dd10dc2e84.zip |
Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07)
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r-- | components/util/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index 7b7ad32811c..251103738ec 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -7,7 +7,6 @@ #![feature(custom_derive)] #![feature(fnbox)] #![feature(plugin)] -#![feature(panic_handler)] #![feature(reflect_marker)] #![feature(step_by)] |