1
Fork 0

Forbid deprecated modes again in core

Sadly, there's only one file that requires deprecated modes
(stackwalk)... So, forbid them everywhere else.
This commit is contained in:
Tim Chevalier 2012-10-03 14:52:09 -07:00
parent fe12da0864
commit 65c96f849f
27 changed files with 48 additions and 23 deletions

View file

@ -61,6 +61,7 @@
****************************************************************************/
#[doc(hidden)]; // FIXME #3538
#[warn(deprecated_mode)];
use rt::rust_task;
use rt::rust_closure;