From 0cb8044cde0ec522e0ee37a3b1d4c5bad3bca56c Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 14 Dec 2023 03:14:06 -0600 Subject: [PATCH] formatting --- src/bin/day14.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/day14.rs b/src/bin/day14.rs index 3e32ceb..d209164 100644 --- a/src/bin/day14.rs +++ b/src/bin/day14.rs @@ -36,9 +36,6 @@ impl std::hash::Hash for Dish { } } -#[static_init::dynamic] -static TILT_CACHE: HashMap = HashMap::new(); - impl Dish { fn new(s: &str) -> Result { let mut grid: Option> = None;