diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-11-03 06:15:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-03 06:15:25 -0500 |
commit | e3493cdd26f6faab0ddf6503ad19f0af169ad880 (patch) | |
tree | f174e2e7a65b7b3c9b2a13357aa8a9f92fcf0183 /components/msg/lib.rs | |
parent | c6e15f8ef244a0f3859489ca7f1c7bcc80181468 (diff) | |
parent | 046a97fa132db36364368a69082efb65b9cb4ee1 (diff) | |
download | servo-e3493cdd26f6faab0ddf6503ad19f0af169ad880.tar.gz servo-e3493cdd26f6faab0ddf6503ad19f0af169ad880.zip |
Auto merge of #14040 - nox:custom-derive, r=Ms2ger
Remove last use of custom derive plugin
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14040)
<!-- Reviewable:end -->
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 788229acb64..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(custom_attribute, custom_derive, plugin, proc_macro, rustc_attrs, structural_match)] +#![feature(plugin, proc_macro)] #![plugin(plugins)] #![deny(unsafe_code)] |