remove another clippy ignore

This commit is contained in:
extrawurst 2022-08-20 15:13:34 +02:00
parent 12a6ecb9f7
commit 200563aa58

View file

@ -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
{