Skip to content

Commit

Permalink
Squashing a few warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adenilson committed Mar 18, 2015
1 parent 124a78f commit 375dbef
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/servo/lib.rs
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion components/servo/main.rs
Expand Up @@ -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(env, os, start)]
#![feature(start)]

#[cfg(target_os="android")]
extern crate libc;
Expand Down
3 changes: 0 additions & 3 deletions components/util/lib.rs
Expand Up @@ -12,14 +12,11 @@
#![feature(io)]
#![feature(optin_builtin_traits)]
#![feature(old_io)]
#![feature(old_path)]
#![feature(page_size)]
#![feature(path)]
#![feature(path_ext)]
#![feature(plugin)]
#![feature(rustc_private)]
#![feature(std_misc)]
#![feature(str_words)]
#![feature(unicode)]
#![feature(unsafe_destructor)]

Expand Down

5 comments on commit 375dbef

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from jdm
at Adenilson@375dbef

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging Adenilson/servo/squashWarnings02 = 375dbef into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adenilson/servo/squashWarnings02 = 375dbef merged ok, testing candidate = 0b1c2a1

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 0b1c2a1

Please sign in to comment.