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) {