Skip to content

Commit 15ff2fa

Browse files
committed
panic-itm: update crate config so docs aren't empty
1 parent 1a21591 commit 15ff2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panic-itm/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
//! panicked at 'FOO', src/main.rs:6:5
2929
//! ```
3030
31-
#![cfg(all(target_arch = "arm", target_os = "none"))]
31+
#![cfg(any(all(target_arch = "arm", target_os = "none"), doc))]
3232
#![deny(missing_docs)]
3333
#![deny(warnings)]
3434
#![no_std]

0 commit comments

Comments
 (0)