1
Fork 0

Register new snapshots

This commit is contained in:
Alex Crichton 2014-06-22 21:16:11 -07:00
parent 1c7b780787
commit 70d4b50071
11 changed files with 10 additions and 14 deletions

View file

@ -112,7 +112,6 @@
#![allow(deprecated)]
#![deny(missing_doc)]
#![allow(unknown_features)] // NOTE: remove after a stage0 snap
// When testing libstd, bring in libuv as the I/O backend so tests can print
// things and all of the std::io tests have an I/O interface to run on top