mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-19 15:41:31 +03:00
Merge pull request #3141 from gitbutlerapp/remove-unused-imports
remove unused import
This commit is contained in:
commit
86e02b53c3
@ -6,7 +6,7 @@
|
|||||||
// the merge parent file is removed when the merge is complete
|
// the merge parent file is removed when the merge is complete
|
||||||
|
|
||||||
use std::{
|
use std::{
|
||||||
io::{BufRead, IoSlice, Write},
|
io::{BufRead, Write},
|
||||||
path::{Path, PathBuf},
|
path::{Path, PathBuf},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user