From 97aa34046ffec7be1e3e4f383f205344ed67da6d Mon Sep 17 00:00:00 2001 From: Alexis Date: Thu, 19 Feb 2015 12:57:25 -0500 Subject: try to reduce bajillion warnings --- src/libstd/old_path/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libstd/old_path') diff --git a/src/libstd/old_path/mod.rs b/src/libstd/old_path/mod.rs index e9005aa22bc..4f8976fb2ec 100644 --- a/src/libstd/old_path/mod.rs +++ b/src/libstd/old_path/mod.rs @@ -60,6 +60,8 @@ //! ``` #![unstable(feature = "old_path")] +#![allow(deprecated)] // seriously this is all deprecated +#![allow(unused_imports)] use core::marker::Sized; use ffi::CString; -- cgit 1.4.1-3-g733a5