We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f5343f3 + c122364 commit a97747fCopy full SHA for a97747f
panic-itm/src/lib.rs
@@ -28,10 +28,10 @@
28
//! panicked at 'FOO', src/main.rs:6:5
29
//! ```
30
31
+#![no_std]
32
#![cfg(any(all(target_arch = "arm", target_os = "none"), doc))]
33
#![deny(missing_docs)]
34
#![deny(warnings)]
-#![no_std]
35
36
extern crate cortex_m;
37
panic-semihosting/src/lib.rs
@@ -48,10 +48,10 @@
48
//! We discourage using this feature when the program will run on hardware as the exit call can
49
//! leave the hardware debugger in an inconsistent state.
50
51
52
#![cfg(all(target_arch = "arm", target_os = "none"))]
53
54
55
56
57
extern crate cortex_m_semihosting as sh;
0 commit comments