From 0cb9b6b0cda0aecd683e8a9fe1480579e7cb5a77 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 16 Dec 2021 21:58:44 -0600 Subject: [PATCH] I'm actually the dumb one --- 2021/rust/day16.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2021/rust/day16.rs b/2021/rust/day16.rs index b80b835..77a7896 100644 --- a/2021/rust/day16.rs +++ b/2021/rust/day16.rs @@ -146,8 +146,8 @@ fn parse_packet(bytes: &[u8], packet_start_bit: usize) -> Result