about summary refs log tree commit diff
path: root/src/libhexfloat
diff options
context:
space:
mode:
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"]