remove unused import

This commit is contained in:
Josh Junon 2024-03-14 10:30:56 +01:00 committed by GitButler
parent 82650a5500
commit c2b4087e93

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},
};