diff options
Diffstat (limited to 'components/config/lib.rs')
-rw-r--r-- | components/config/lib.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/components/config/lib.rs b/components/config/lib.rs index f7ba7e5f0ca..1a0c5b10186 100644 --- a/components/config/lib.rs +++ b/components/config/lib.rs @@ -2,9 +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(plugin))] -#![cfg_attr(feature = "servo", plugin(plugins))] - #![deny(unsafe_code)] extern crate euclid; |