Skip to content

Commit

Permalink
Merge #462
Browse files Browse the repository at this point in the history
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 <tmgross@umich.edu>
  • Loading branch information
bors[bot] and tgross35 committed Jan 28, 2023
2 parents 1a21591 + 15ff2fa commit ac8d42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panic-itm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//! panicked at 'FOO', src/main.rs:6:5
//! ```

#![cfg(all(target_arch = "arm", target_os = "none"))]
#![cfg(any(all(target_arch = "arm", target_os = "none"), doc))]
#![deny(missing_docs)]
#![deny(warnings)]
#![no_std]
Expand Down

0 comments on commit ac8d42b

Please sign in to comment.