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 c5b6ccf992
commit 0c6c4701fd
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
use std::{
fmt::{write, Display, Formatter},
fmt::{Display, Formatter},
sync::Mutex,
};