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