aboutsummaryrefslogtreecommitdiffstats
path: root/components/util/lib.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-11-03 10:14:21 +0100
committerAnthony Ramine <n.oxyde@gmail.com>2016-11-03 10:14:21 +0100
commitc4f27e42b77d23614a36dd694a44313f510950da (patch)
tree52b047ef8eb2f5cff12d0d59990fdffffcb202e0 /components/util/lib.rs
parent0a48c69061565217a9c6eb373677df297b195b22 (diff)
downloadservo-c4f27e42b77d23614a36dd694a44313f510950da.tar.gz
servo-c4f27e42b77d23614a36dd694a44313f510950da.zip
Remove #![feature(custom_derive)]
Diffstat (limited to 'components/util/lib.rs')
-rw-r--r--components/util/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs
index 36680583a4b..2b16912c7bf 100644
--- a/components/util/lib.rs
+++ b/components/util/lib.rs
@@ -2,7 +2,6 @@
* 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))]