diff options
author | Adenilson Cavalcanti <cavalcantii@gmail.com> | 2015-03-18 16:26:16 -0700 |
---|---|---|
committer | Adenilson Cavalcanti <cavalcantii@gmail.com> | 2015-03-18 16:26:16 -0700 |
commit | 375dbeff1eb904aee94929ceec08f65d47bde3c5 (patch) | |
tree | 487fec9e61ff551c099fa96c7bbdeb39436662e2 /components/servo/lib.rs | |
parent | 124a78fb2e4d324a7d0ed54da1cca17839d406b7 (diff) | |
download | servo-375dbeff1eb904aee94929ceec08f65d47bde3c5.tar.gz servo-375dbeff1eb904aee94929ceec08f65d47bde3c5.zip |
Squashing a few warnings.
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r-- | components/servo/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs index 52f4595b41e..6b080f66193 100644 --- a/components/servo/lib.rs +++ b/components/servo/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(core, env, libc, path, rustc_private, std_misc, thread_local)] +#![feature(libc, path, rustc_private, thread_local)] #[macro_use] extern crate log; |