diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-07-30 08:36:44 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-07-31 11:50:23 -0700 |
| commit | c3fcc0bc5114aa511b3c4e8d75794726bdb10342 (patch) | |
| tree | 024df347df5c683f1119816af1af1a710242bc16 /src | |
| parent | ecac4d2e6ce6dd1803fa2fc150b65cb974654131 (diff) | |
| download | rust-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.rs | 3 |
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"] |
