We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72a101c commit 303a0b9Copy full SHA for 303a0b9
examples/utilities/logger.rs
@@ -1,3 +1,5 @@
1
+#![cfg_attr(feature = "log-itm", allow(unsafe_code))]
2
+
3
cfg_if::cfg_if! {
4
if #[cfg(any(feature = "log-itm"))] {
5
use panic_itm as _;
0 commit comments