19: Remove the unused 'const-fn' feature r=dvc94ch a=Disasm `const-fn` feature for `riscv` is no longer present: https://github.com/rust-embedded/riscv/pull/18 cc @rust-embedded/riscv Co-authored-by: Vadim Kaushan <admin@disasm.info>
@@ -13,5 +13,4 @@ r0 = "0.2.2"
riscv = "0.4.0"
[features]
-const-fn = ["riscv/const-fn"]
inline-asm = ["riscv/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