From f36e643c9b068b132035611b567338a17ee20be6 Mon Sep 17 00:00:00 2001 From: Mirabellensaft Date: Tue, 6 Dec 2022 17:38:42 +0100 Subject: [PATCH] rm mut --- beginner/apps/src/bin/radio-puzzle-3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner/apps/src/bin/radio-puzzle-3.rs b/beginner/apps/src/bin/radio-puzzle-3.rs index 10529f4..a5041ae 100644 --- a/beginner/apps/src/bin/radio-puzzle-3.rs +++ b/beginner/apps/src/bin/radio-puzzle-3.rs @@ -20,7 +20,7 @@ fn main() -> ! { radio.set_channel(Channel::_25); // capacity (128) should be large enough for the ASCII range - let mut dict = LinearMap::::new(); + let dict = LinearMap::::new(); let mut packet = Packet::new(); // TODO do the whole ASCII range [0, 127]