Merge branch 'remove-another-clippy-workaround'

This commit is contained in:
extrawurst 2022-08-21 15:03:55 +02:00
commit 586acc434d
2 changed files with 0 additions and 5 deletions

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
{

View File

@ -1,6 +1,3 @@
//TODO: remove once fixed https://github.com/rust-lang/rust-clippy/issues/6818
#![allow(clippy::use_self)]
use anyhow::Result;
use asyncgit::{DiffLineType, StatusItemType};
use ron::{