mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28: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 super::utils;
|
||||||
use git2::{
|
use git2::{Delta, DiffDelta, DiffFormat, DiffOptions, Patch};
|
||||||
Delta, DiffDelta, DiffFormat, DiffHunk, DiffOptions, Patch,
|
|
||||||
};
|
|
||||||
use scopetime::scope_time;
|
use scopetime::scope_time;
|
||||||
use std::fs;
|
use std::fs;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue