Skip to content

Commit c1223ed

Browse files
committed
remove feature(asm)
1 parent cf94e5b commit c1223ed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rust-toolchain.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[toolchain]
2+
channel = "nightly"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
//! - [QEMU sifive_test source](https://git.qemu.org/?p=qemu.git;a=blob;f=hw/misc/sifive_test.c)
7171
7272
#![deny(missing_docs)]
73-
#![feature(asm)]
7473
#![no_std]
7574

7675
#[cfg(target_arch = "aarch64")]

0 commit comments

Comments
 (0)