From 14247f51e7767488ac3113a723c7489f77011556 Mon Sep 17 00:00:00 2001 From: Mirabellensaft Date: Tue, 21 Mar 2023 18:13:13 +0100 Subject: [PATCH] add warning --- down-the-stack/solutions/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/down-the-stack/solutions/src/lib.rs b/down-the-stack/solutions/src/lib.rs index 3446a8d..83c2b23 100644 --- a/down-the-stack/solutions/src/lib.rs +++ b/down-the-stack/solutions/src/lib.rs @@ -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