Remove obsolete feature flags

This commit is contained in:
Jack Grigg 2020-09-08 18:05:44 +01:00
parent 7717ba5007
commit 9ed8b27827
2 changed files with 0 additions and 10 deletions

View File

@ -49,11 +49,6 @@ jobs:
with:
command: test
args: --verbose --release
- name: Run --all-features tests
uses: actions-rs/cargo@v1
with:
command: test
args: --all-features --verbose --release
no-std:
name: Check no-std compatibility

View File

@ -24,10 +24,5 @@ group = { version = "0.7", default-features = false }
rand_core = "0.5"
rand_xorshift = "0.2"
[features]
unstable-features = ["expose-arith"]
expose-arith = []
default = []
[badges]
maintenance = { status = "actively-developed" }