mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
remove another clippy ignore
This commit is contained in:
parent
12a6ecb9f7
commit
200563aa58
1 changed files with 0 additions and 2 deletions
|
|
@ -264,8 +264,6 @@ impl StatusTreeComponent {
|
|||
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