diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 10:24:11 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-11-03 11:24:19 +0100 |
commit | 046a97fa132db36364368a69082efb65b9cb4ee1 (patch) | |
tree | f174e2e7a65b7b3c9b2a13357aa8a9f92fcf0183 /components/msg/lib.rs | |
parent | 3bc26d18190b6d2410f6f804a4bf9c910c1e0c28 (diff) | |
download | servo-046a97fa132db36364368a69082efb65b9cb4ee1.tar.gz servo-046a97fa132db36364368a69082efb65b9cb4ee1.zip |
Remove #![feature(rustc_attrs)]
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 d7335391553..d32217d0256 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)] +#![feature(plugin, proc_macro)] #![plugin(plugins)] #![deny(unsafe_code)] |