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>
This commit is contained in:
commit
1ee535e94f
|
@ -13,5 +13,4 @@ bare-metal = "0.2.0"
|
|||
bit_field = "0.9.0"
|
||||
|
||||
[features]
|
||||
const-fn = ["bare-metal/const-fn"]
|
||||
inline-asm = []
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue