Removing more unnecessary imports

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-04 19:22:30 +11:00
parent 855effeff0
commit afab522b1d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use std::{
fmt::{write, Display, Formatter},
fmt::{Display, Formatter},
sync::Mutex,
};