We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc0985 commit 46a3320Copy full SHA for 46a3320
src/lib.rs
@@ -76,6 +76,8 @@
76
// - A generated #[derive(Debug)] function (in which case the attribute needs
77
// to be applied to the struct).
78
#![deny(clippy::missing_inline_in_public_items)]
79
+// Don't warn about feature(asm) being stable on Rust >= 1.59.0
80
+#![allow(stable_features)]
81
82
extern crate bare_metal;
83
extern crate volatile_register;
0 commit comments