about summary refs log tree commit diff
path: root/src/libhexfloat
diff options
context:
space:
mode:
authorAaron Turon <aturon@mozilla.com>2014-08-11 17:33:43 -0700
committerAaron Turon <aturon@mozilla.com>2014-08-12 13:35:56 -0700
commitd7484b86fc8936d670c168c9838e188e1bc8047a (patch)
treee90f418469daf5bdc88069c76123d5cd53ec763f /src/libhexfloat
parentffd87daeedbad27808e73f3d680f98525cec3453 (diff)
downloadrust-d7484b86fc8936d670c168c9838e188e1bc8047a.tar.gz
rust-d7484b86fc8936d670c168c9838e188e1bc8047a.zip
Allow deprecation in deprecated libraries
Diffstat (limited to 'src/libhexfloat')
-rw-r--r--src/libhexfloat/lib.rs1
1 files changed, 1 insertions, 0 deletions
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"]