Skip to content

Commit bedf19b

Browse files
panic-itm: only enable on arm-none
1 parent 01d3ebb commit bedf19b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

panic-itm/src/lib.rs

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

0 commit comments

Comments
 (0)