From 01cfa71fd06be53dc91f5d89f5cb62ee1a2b3f8d Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 6 Feb 2019 16:48:23 +0100 Subject: [PATCH] remove the unused 'const-fn' feature --- Cargo.toml | 1 - ci/script.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b4d3638..818a655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,4 @@ bare-metal = "0.2.0" bit_field = "0.9.0" [features] -const-fn = ["bare-metal/const-fn"] inline-asm = [] \ No newline at end of file diff --git a/ci/script.sh b/ci/script.sh index 9aa0d7a..dc0be46 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -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