diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 10:21:23 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 11:24:18 +0100 |
commit | 3bc26d18190b6d2410f6f804a4bf9c910c1e0c28 (patch) | |
tree | 28a9aaecd0833e7fc296b53e97ffc195e2a198f4 /components/util/lib.rs | |
parent | a9767333ebdda155a02a8c577f8df659d496cd14 (diff) | |
download | servo-3bc26d18190b6d2410f6f804a4bf9c910c1e0c28.tar.gz servo-3bc26d18190b6d2410f6f804a4bf9c910c1e0c28.zip |
Remove #![feature(structural_match)]
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 2b16912c7bf..b8ec37a01fe 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -5,7 +5,6 @@ #![cfg_attr(feature = "servo", feature(nonzero))] #![cfg_attr(feature = "servo", feature(plugin))] #![cfg_attr(feature = "servo", feature(proc_macro))] -#![cfg_attr(feature = "servo", feature(structural_match))] #![cfg_attr(feature = "servo", plugin(plugins))] #![deny(unsafe_code)] |