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 01d3ebb commit bedf19bCopy full SHA for bedf19b
panic-itm/src/lib.rs
@@ -28,6 +28,7 @@
28
//! panicked at 'FOO', src/main.rs:6:5
29
//! ```
30
31
+#![cfg(all(target_arch = "arm", target_os = "none"))]
32
#![deny(missing_docs)]
33
#![deny(warnings)]
34
#![no_std]
0 commit comments