auto merge of #5267 : Adenilson/servo/squashWarnings02, r=jdm

This commit is contained in:
bors-servo 2015-03-18 20:54:48 -06:00
commit 0b1c2a1798
3 changed files with 2 additions and 5 deletions

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * 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/. */ * 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] #[macro_use]
extern crate log; extern crate log;

View file

@ -2,7 +2,7 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this * 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/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#![feature(env, os, start)] #![feature(start)]
#[cfg(target_os="android")] #[cfg(target_os="android")]
extern crate libc; extern crate libc;

View file

@ -12,14 +12,11 @@
#![feature(io)] #![feature(io)]
#![feature(optin_builtin_traits)] #![feature(optin_builtin_traits)]
#![feature(old_io)] #![feature(old_io)]
#![feature(old_path)]
#![feature(page_size)]
#![feature(path)] #![feature(path)]
#![feature(path_ext)] #![feature(path_ext)]
#![feature(plugin)] #![feature(plugin)]
#![feature(rustc_private)] #![feature(rustc_private)]
#![feature(std_misc)] #![feature(std_misc)]
#![feature(str_words)]
#![feature(unicode)] #![feature(unicode)]
#![feature(unsafe_destructor)] #![feature(unsafe_destructor)]