mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
fix nightly
This commit is contained in:
parent
274dedb5e8
commit
55f224c5ca
1 changed files with 2 additions and 0 deletions
|
|
@ -262,6 +262,8 @@ impl FileTreeComponent {
|
|||
should_skip_over += 1;
|
||||
|
||||
// don't fold files up
|
||||
//TODO: remove once fixed (https://github.com/rust-lang/rust-clippy/issues/7383)
|
||||
#[allow(clippy::if_same_then_else)]
|
||||
if let FileTreeItemKind::File(_) =
|
||||
&tree_items[idx_temp].kind
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue