From f1df606dfeafbfe93066d23f378d7fdbd1b4e9e1 Mon Sep 17 00:00:00 2001 From: Eskil Date: Sat, 17 Oct 2020 19:02:28 +0000 Subject: Apply 1 suggestion(s) to 1 file(s) --- mumd/src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mumd/src') diff --git a/mumd/src/state.rs b/mumd/src/state.rs index 2515cb7..1c964b3 100644 --- a/mumd/src/state.rs +++ b/mumd/src/state.rs @@ -364,7 +364,7 @@ impl<'a> ProtoTree<'a> { walk: &[u32], ) { match walk { - [] => unreachable!("shouldn't happen because walks always have at least one element"), + [] => unreachable!("Walks should always have at least one element"), &[node] => { let pt = self.children.entry(node).or_insert(ProtoTree { channel: None, -- cgit v1.2.1