Skip to content

Commit ac8d42b

Browse files
bors[bot]tgross35
andauthored
Merge #462
462: panic-itm: update crate config so docs aren't empty r=newAM a=tgross35 The docs are currently empty since the module is disabled https://docs.rs/panic-itm/0.4.2/panic_itm/index.html Co-authored-by: Trevor Gross <[email protected]>
2 parents 1a21591 + 15ff2fa commit ac8d42b

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)