unused_imports redox follow-up

This commit is contained in:
auronandace
2026-02-10 16:29:37 +00:00
parent 7d1582a555
commit 11f28342f9
16 changed files with 36 additions and 84 deletions
+1 -6
View File
@@ -1,9 +1,4 @@
use crate::{
error::{Errno, Result},
fs::File,
header::fcntl,
io::BufWriter,
};
use crate::{error::Result, fs::File, header::fcntl, io::BufWriter};
use super::logger::LogSink;