18: remove the unused 'const-fn' feature r=Disasm a=japaric

note that is technically a breaking change

Co-authored-by: Jorge Aparicio <jorge@japaric.io>
This commit is contained in:
bors[bot] 2019-02-06 16:03:42 +00:00
commit 1ee535e94f
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