about summary refs log tree commit diff
path: root/src/etc
diff options
context:
space:
mode:
authorAaron Turon <aturon@mozilla.com>2014-09-16 10:39:08 -0700
committerAaron Turon <aturon@mozilla.com>2014-09-16 11:29:29 -0700
commit2ff07af996ca4cfe65bb0d00b6aa1d0134e557d2 (patch)
tree273aaaeee11c7724c5abd5680c9eba2d80a26c10 /src/etc
parent946654a721d6fd5eeb91e93293cdc2cba83c78b9 (diff)
downloadrust-2ff07af996ca4cfe65bb0d00b6aa1d0134e557d2.tar.gz
rust-2ff07af996ca4cfe65bb0d00b6aa1d0134e557d2.zip
Deprecate libnum in favor of rust-lang/num
This is part of the migration of crates into the Cargo ecosystem. There
is now an external repository https://github.com/rust-lang/num for bignums.

The single use of libnum elsewhere in the repository is for a shootout
benchmark, which is being moved into the external crate.

Due to deprecation, this is a:

[breaking-change]
Diffstat (limited to 'src/etc')
-rw-r--r--src/etc/licenseck.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/licenseck.py b/src/etc/licenseck.py
index 328a2ff6c94..d1b115fc913 100644
--- a/src/etc/licenseck.py
+++ b/src/etc/licenseck.py
@@ -49,7 +49,6 @@ exceptions = [
     "test/bench/shootout-mandelbrot.rs", # BSD
     "test/bench/shootout-meteor.rs", # BSD
     "test/bench/shootout-nbody.rs", # BSD
-    "test/bench/shootout-pidigits.rs", # BSD
     "test/bench/shootout-regex-dna.rs", # BSD
     "test/bench/shootout-reverse-complement.rs", # BSD
     "test/bench/shootout-threadring.rs", # BSD