mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
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
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user