From cae33b8f387d7fe2734e7c9b3887e47362295b84 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sat, 29 Jul 2023 19:51:22 +0200 Subject: [PATCH] =?UTF-8?q?chore(rs):=20remove=20unused=20=E2=80=B9use?= =?UTF-8?q?=E2=80=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej Focko --- .common/rust/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/.common/rust/src/main.rs b/.common/rust/src/main.rs index 062eb44..66d6ec2 100644 --- a/.common/rust/src/main.rs +++ b/.common/rust/src/main.rs @@ -6,7 +6,6 @@ use self::input::*; use self::math::*; use self::output::*; use std::cmp::{max, min}; -use std::collections::HashMap; // endregion ‹use› fn solve(s: &mut Scanner) {