about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-07-30 08:36:44 -0700
committerAlex Crichton <alex@alexcrichton.com>2014-07-31 11:50:23 -0700
commitc3fcc0bc5114aa511b3c4e8d75794726bdb10342 (patch)
tree024df347df5c683f1119816af1af1a710242bc16 /src
parentecac4d2e6ce6dd1803fa2fc150b65cb974654131 (diff)
downloadrust-c3fcc0bc5114aa511b3c4e8d75794726bdb10342.tar.gz
rust-c3fcc0bc5114aa511b3c4e8d75794726bdb10342.zip
hexfloat: Deprecate to move out of the repo
This deprecates the hexfloat library as it is now located in the rust-lang
organization as a cargo package
Diffstat (limited to 'src')
-rw-r--r--src/libhexfloat/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs
index 2859e1c985f..9adeeb2e4c9 100644
--- a/src/libhexfloat/lib.rs
+++ b/src/libhexfloat/lib.rs
@@ -37,7 +37,8 @@ fn main() {
 */
 
 #![crate_name = "hexfloat"]
-#![experimental]
+#![deprecated = "This is now a cargo package located at: \
+                 https://github.com/rust-lang/hexfloat"]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]