aboutsummaryrefslogtreecommitdiff
path: root/rtic/examples/shared.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rtic/examples/shared.rs')
-rw-r--r--rtic/examples/shared.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/rtic/examples/shared.rs b/rtic/examples/shared.rs
index d0633fbd..79ebab86 100644
--- a/rtic/examples/shared.rs
+++ b/rtic/examples/shared.rs
@@ -1,10 +1,10 @@
//! examples/late.rs
-#![deny(unsafe_code)]
-#![deny(warnings)]
-#![deny(missing_docs)]
#![no_main]
#![no_std]
+#![deny(warnings)]
+#![deny(unsafe_code)]
+#![deny(missing_docs)]
use panic_semihosting as _;