aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-11-03 06:15:25 -0500
committerGitHub <noreply@github.com>2016-11-03 06:15:25 -0500
commite3493cdd26f6faab0ddf6503ad19f0af169ad880 (patch)
treef174e2e7a65b7b3c9b2a13357aa8a9f92fcf0183 /components/util/lib.rs
parentc6e15f8ef244a0f3859489ca7f1c7bcc80181468 (diff)
parent046a97fa132db36364368a69082efb65b9cb4ee1 (diff)
downloadservo-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/util/lib.rs')
-rw-r--r--components/util/lib.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 36680583a4b..b8ec37a01fe 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -2,11 +2,9 @@
* 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/. */
-#![cfg_attr(feature = "servo", feature(custom_derive))]
#![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)]