remove the unused 'const-fn' feature

This commit is contained in:
Jorge Aparicio 2019-02-06 16:48:23 +01:00
parent 4e3517aaec
commit 01cfa71fd0
2 changed files with 1 additions and 2 deletions

View File

@ -13,5 +13,4 @@ bare-metal = "0.2.0"
bit_field = "0.9.0"
[features]
const-fn = ["bare-metal/const-fn"]
inline-asm = []

View File

@ -4,7 +4,7 @@ main() {
cargo check --target $TARGET
if [ $TRAVIS_RUST_VERSION = nightly ]; then
cargo check --target $TARGET --features 'const-fn inline-asm'
cargo check --target $TARGET --features inline-asm
fi
if [ $TARGET = x86_64-unknown-linux-gnu ]; then