diff options
author | bors-servo <metajack+bors@gmail.com> | 2015-03-23 19:27:46 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2015-03-23 19:27:46 -0600 |
commit | 7f60feef77ff9f3cdd1c592e71d8f7afa2ac1199 (patch) | |
tree | 8d8c429f1262a1927194f13dd84f2a643f5e4c0e | |
parent | b7e66c5349e639dd6b1850e6b6e93811ffd47141 (diff) | |
parent | 1f6a93144f4a69541503316d14c70e71e29b04e5 (diff) | |
download | servo-7f60feef77ff9f3cdd1c592e71d8f7afa2ac1199.tar.gz servo-7f60feef77ff9f3cdd1c592e71d8f7afa2ac1199.zip |
auto merge of #5326 : Adenilson/servo/squashingWarnings03, r=jdm
-rw-r--r-- | components/util/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/util/lib.rs b/components/util/lib.rs index e8c54f6e8f8..58b29b66b49 100644 --- a/components/util/lib.rs +++ b/components/util/lib.rs @@ -12,13 +12,12 @@ #![feature(io)] #![feature(old_io)] #![feature(optin_builtin_traits)] -#![feature(page_size)] +#![cfg_attr(target_os = "linux", feature(page_size, str_words))] #![feature(path)] #![feature(path_ext)] #![feature(plugin)] #![feature(rustc_private)] #![feature(std_misc)] -#![feature(str_words)] #![feature(unicode)] #![feature(unsafe_destructor)] |