1
Fork 0

Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw

This commit is contained in:
bors 2015-03-04 12:16:51 +00:00
commit bdf6e4fcf5
12 changed files with 25 additions and 31 deletions

View file

@ -125,7 +125,7 @@
#![feature(hash)]
#![feature(int_uint)]
#![feature(unique)]
#![cfg_attr(test, feature(test, rustc_private, env))]
#![cfg_attr(test, feature(test, rustc_private))]
// Don't link to std. We are std.
#![feature(no_std)]