Fix compilation warning
This commit is contained in:
parent
4f23e7001a
commit
2fce2d26ee
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
use std::{collections::HashSet, str::FromStr, time::Instant};
|
use std::{str::FromStr, time::Instant};
|
||||||
|
|
||||||
use aoc_2024::{load, print_res};
|
use aoc_2024::{load, print_res};
|
||||||
use bstr::BString;
|
use bstr::BString;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue