mirror of
https://gitlab.com/mfocko/Codeforces.git
synced 2024-11-09 13:49:06 +01:00
chore(rs): remove unused ‹use›
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
b9135e34a2
commit
cae33b8f38
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ use self::input::*;
|
||||||
use self::math::*;
|
use self::math::*;
|
||||||
use self::output::*;
|
use self::output::*;
|
||||||
use std::cmp::{max, min};
|
use std::cmp::{max, min};
|
||||||
use std::collections::HashMap;
|
|
||||||
// endregion ‹use›
|
// endregion ‹use›
|
||||||
|
|
||||||
fn solve(s: &mut Scanner) {
|
fn solve(s: &mut Scanner) {
|
||||||
|
|
Loading…
Reference in a new issue