remove unused import

This commit is contained in:
Josh Junon 2024-03-14 10:30:56 +01:00
parent e7b80725ea
commit 0f6f8427e7

View File

@ -6,7 +6,7 @@
// the merge parent file is removed when the merge is complete
use std::{
io::{BufRead, IoSlice, Write},
io::{BufRead, Write},
path::{Path, PathBuf},
};