mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
cleanup
This commit is contained in:
parent
4730a8f498
commit
b380d0964a
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
|||
use super::utils;
|
||||
use git2::{
|
||||
Delta, DiffDelta, DiffFormat, DiffHunk, DiffOptions, Patch,
|
||||
};
|
||||
use git2::{Delta, DiffDelta, DiffFormat, DiffOptions, Patch};
|
||||
use scopetime::scope_time;
|
||||
use std::fs;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue