Skip to content

Commit 1ee535e

Browse files
bors[bot]japaric
andcommitted
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 <[email protected]>
2 parents 4e3517a + 01cfa71 commit 1ee535e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ bare-metal = "0.2.0"
1313
bit_field = "0.9.0"
1414

1515
[features]
16-
const-fn = ["bare-metal/const-fn"]
1716
inline-asm = []

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ main() {
44
cargo check --target $TARGET
55

66
if [ $TRAVIS_RUST_VERSION = nightly ]; then
7-
cargo check --target $TARGET --features 'const-fn inline-asm'
7+
cargo check --target $TARGET --features inline-asm
88
fi
99

1010
if [ $TARGET = x86_64-unknown-linux-gnu ]; then

0 commit comments

Comments
 (0)