diff --git a/.common/rust/src/main.rs b/.common/rust/src/main.rs index d8aa46b..a931f20 100644 --- a/.common/rust/src/main.rs +++ b/.common/rust/src/main.rs @@ -1,10 +1,10 @@ #![allow(unused_imports)] // region ‹use› +use self::input::*; use self::math::*; use self::output::*; -use self::input::*; -use std::cmp::{min, max}; +use std::cmp::{max, min}; use std::collections::HashMap; // endregion ‹use›