Skip to content

Commit

Permalink
rollup merge of rust-lang#17309 : aturon/deprecate-libnum
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Sep 17, 2014
2 parents d76f51c + 2ff07af commit df34b08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 130 deletions.
1 change: 0 additions & 1 deletion src/etc/licenseck.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"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
Expand Down
4 changes: 3 additions & 1 deletion src/libnum/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
#![feature(default_type_params)]

#![crate_name = "num"]
#![experimental]
#![deprecated = "This is now a cargo package located at: \
https://github.com/rust-lang/num"]
#![allow(deprecated)]
#![crate_type = "rlib"]
#![crate_type = "dylib"]
#![license = "MIT/ASL2"]
Expand Down
128 changes: 0 additions & 128 deletions src/test/bench/shootout-pidigits.rs

This file was deleted.

0 comments on commit df34b08

Please sign in to comment.