Skip to content

Commit

Permalink
Squashing the remaining warnings in utils module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adenilson committed Mar 23, 2015
1 parent b1a35f5 commit 1f6a931
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/util/lib.rs
Expand Up @@ -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)]

Expand Down

5 comments on commit 1f6a931

@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@1f6a931

@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/squashingWarnings03 = 1f6a931 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/squashingWarnings03 = 1f6a931 merged ok, testing candidate = 7f60fee

@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 = 7f60fee

Please sign in to comment.