diff options
Diffstat (limited to 'components/msg/lib.rs')
-rw-r--r-- | components/msg/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/msg/lib.rs b/components/msg/lib.rs index b9db1df25e3..d7335391553 100644 --- a/components/msg/lib.rs +++ b/components/msg/lib.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#![feature(plugin, proc_macro, rustc_attrs, structural_match)] +#![feature(plugin, proc_macro, rustc_attrs)] #![plugin(plugins)] #![deny(unsafe_code)] |