From 81d1feb9804f66034df4f218cc8fb0209c7450a7 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 17 Sep 2014 10:47:05 -0700 Subject: Remove #[allow(deprecated)] from libstd --- src/libstd/lib.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/libstd/lib.rs') diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs index 23643542c4f..299e41f7219 100644 --- a/src/libstd/lib.rs +++ b/src/libstd/lib.rs @@ -112,7 +112,6 @@ // Don't link to std. We are std. #![no_std] -#![allow(deprecated)] #![deny(missing_doc)] #![reexport_test_harness_main = "test_main"] -- cgit 1.4.1-3-g733a5