Skip to content

Commit 981ce3a

Browse files
committed
asm: allow stable asm
1 parent d40970c commit 981ce3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

asm/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
#![no_std]
3535
#![crate_type = "staticlib"]
3636
#![deny(warnings)]
37+
// Don't warn about feature(asm) being stable on Rust >= 1.59.0
38+
#![allow(stable_features)]
3739

3840
mod inline;
3941

0 commit comments

Comments
 (0)