浏览代码

Merge #18

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>
bors[bot] 6 年之前
父节点
当前提交
1ee535e94f
共有 2 个文件被更改,包括 1 次插入2 次删除
  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