Skip to content

Commit a0c431e

Browse files
committed
Merge #351
351: Remove num-macros r=cuviper a=cuviper The first commit gives a final deprecation bump to `num-macros`, and the second removes it from the repo altogether.
2 parents c24f767 + d90ae0a commit a0c431e

File tree

7 files changed

+1
-492
lines changed

7 files changed

+1
-492
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ extern crate num;
2828
## Compatibility
2929

3030
Most of the `num` crates are tested for rustc 1.8 and greater.
31-
The exceptions are `num-derive` which requires at least rustc 1.15,
32-
and the deprecated `num-macros` which requires nightly rustc.
31+
The exception is `num-derive` which requires at least rustc 1.15.

ci/test_full.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,5 @@ if [ "$TRAVIS_RUST_VERSION" != nightly ]; then exit; fi
4646
# num-derive testing requires compiletest_rs, which requires nightly
4747
cargo test --verbose --manifest-path=derive/Cargo.toml
4848

49-
# num-macros only works on nightly, soon to be deprecated
50-
cargo build --verbose --manifest-path=macros/Cargo.toml
51-
cargo test --verbose --manifest-path=macros/Cargo.toml
52-
5349
# benchmarks only work on nightly
5450
cargo bench --verbose

macros/Cargo.toml

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

macros/LICENSE-APACHE

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

macros/LICENSE-MIT

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

0 commit comments

Comments
 (0)