Explorar el Código

remove the unused 'const-fn' feature

Jorge Aparicio hace 6 años
padre
commit
01cfa71fd0
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 0 1
      Cargo.toml
  2. 1 1
      ci/script.sh

+ 0 - 1
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 = []

+ 1 - 1
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