We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3517a commit 01cfa71Copy full SHA for 01cfa71
Cargo.toml
@@ -13,5 +13,4 @@ bare-metal = "0.2.0"
13
bit_field = "0.9.0"
14
15
[features]
16
-const-fn = ["bare-metal/const-fn"]
17
inline-asm = []
ci/script.sh
@@ -4,7 +4,7 @@ main() {
4
cargo check --target $TARGET
5
6
if [ $TRAVIS_RUST_VERSION = nightly ]; then
7
- cargo check --target $TARGET --features 'const-fn inline-asm'
+ cargo check --target $TARGET --features inline-asm
8
fi
9
10
if [ $TARGET = x86_64-unknown-linux-gnu ]; then
0 commit comments