We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d40970c commit 981ce3aCopy full SHA for 981ce3a
asm/lib.rs
@@ -34,6 +34,8 @@
34
#![no_std]
35
#![crate_type = "staticlib"]
36
#![deny(warnings)]
37
+// Don't warn about feature(asm) being stable on Rust >= 1.59.0
38
+#![allow(stable_features)]
39
40
mod inline;
41
0 commit comments