Skip to content

Commit c3fcc0b

Browse files
committed
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
1 parent ecac4d2 commit c3fcc0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libhexfloat/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ fn main() {
3737
*/
3838

3939
#![crate_name = "hexfloat"]
40-
#![experimental]
40+
#![deprecated = "This is now a cargo package located at: \
41+
https://github.com/rust-lang/hexfloat"]
4142
#![crate_type = "rlib"]
4243
#![crate_type = "dylib"]
4344
#![license = "MIT/ASL2"]

0 commit comments

Comments
 (0)