Skip to content

Commit df34b08

Browse files
committed
rollup merge of #17309 : aturon/deprecate-libnum
2 parents d76f51c + 2ff07af commit df34b08

File tree

3 files changed

+3
-130
lines changed

3 files changed

+3
-130
lines changed

src/etc/licenseck.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"test/bench/shootout-mandelbrot.rs", # BSD
5050
"test/bench/shootout-meteor.rs", # BSD
5151
"test/bench/shootout-nbody.rs", # BSD
52-
"test/bench/shootout-pidigits.rs", # BSD
5352
"test/bench/shootout-regex-dna.rs", # BSD
5453
"test/bench/shootout-reverse-complement.rs", # BSD
5554
"test/bench/shootout-threadring.rs", # BSD

src/libnum/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@
4646
#![feature(default_type_params)]
4747

4848
#![crate_name = "num"]
49-
#![experimental]
49+
#![deprecated = "This is now a cargo package located at: \
50+
https://github.com/rust-lang/num"]
51+
#![allow(deprecated)]
5052
#![crate_type = "rlib"]
5153
#![crate_type = "dylib"]
5254
#![license = "MIT/ASL2"]

src/test/bench/shootout-pidigits.rs

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)