Auto merge of #5793 - Ms2ger:warnings, r=SimonSapin

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5793)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-04-22 10:07:12 -05:00
commit b2afc01064

View file

@ -6,8 +6,7 @@
#![feature(int_uint)]
#![feature(box_syntax)]
#![feature(old_io)]
#![feature(std_misc)]
#![cfg_attr(all(feature = "window", target_os = "linux"), feature(old_io, std_misc))]
#[macro_use] extern crate bitflags;
#[cfg(target_os="macos")]