chore(rs): remove unused ‹use›

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-07-29 19:51:22 +02:00
parent b9135e34a2
commit cae33b8f38
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

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