aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_traits/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2015-03-18 22:11:20 +0100
committerSimon Sapin <simon.sapin@exyr.org>2015-03-18 22:11:20 +0100
commit6a58cbd1182adcca9a19e91222f22b1b722b8c33 (patch)
tree8af4fa6404bad5aec2efe8f70dad68a91d75b03c /components/script_traits/lib.rs
parent5ffd71cd5e5f5fcfd6dd909ab7d9d7c1a32fc05c (diff)
downloadservo-6a58cbd1182adcca9a19e91222f22b1b722b8c33.tar.gz
servo-6a58cbd1182adcca9a19e91222f22b1b722b8c33.zip
Fix more warnings everywhere.
Diffstat (limited to 'components/script_traits/lib.rs')
-rw-r--r--components/script_traits/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script_traits/lib.rs b/components/script_traits/lib.rs
index d6e81a90ac0..58fa83dbf67 100644
--- a/components/script_traits/lib.rs
+++ b/components/script_traits/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/. */
-#![feature(core)]
#![feature(int_uint)]
extern crate devtools_traits;