From d7484b86fc8936d670c168c9838e188e1bc8047a Mon Sep 17 00:00:00 2001 From: Aaron Turon Date: Mon, 11 Aug 2014 17:33:43 -0700 Subject: Allow deprecation in deprecated libraries --- src/libhexfloat/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libhexfloat') diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs index 9adeeb2e4c9..936e7cb4403 100644 --- a/src/libhexfloat/lib.rs +++ b/src/libhexfloat/lib.rs @@ -39,6 +39,7 @@ fn main() { #![crate_name = "hexfloat"] #![deprecated = "This is now a cargo package located at: \ https://github.com/rust-lang/hexfloat"] +#![allow(deprecated)] #![crate_type = "rlib"] #![crate_type = "dylib"] #![license = "MIT/ASL2"] -- cgit 1.4.1-3-g733a5