mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
fix clippy warning
This commit is contained in:
parent
8ef80945b0
commit
5b25abace5
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ struct Current {
|
|||
hash: u64,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
enum ScrollType {
|
||||
Up,
|
||||
Down,
|
||||
|
|
|
|||
Loading…
Reference in a new issue