add warning

This commit is contained in:
Mirabellensaft 2023-03-21 18:13:13 +01:00
parent da3ef09643
commit 14247f51e7

View file

@ -1,5 +1,6 @@
#![no_std]
// ⚠️ ⚠️ ⚠️ Don't change this file! ⚠️ ⚠️ ⚠️ so it's exactly like apps/src/lib.rs
use panic_probe as _;
// same panicking *behavior* as `panic-probe` but doesn't print a panic message