mirror of
https://github.com/extrawurst/gitui.git
synced 2025-01-06 09:34:00 +03:00
Merge branch 'remove-another-clippy-workaround'
This commit is contained in:
commit
586acc434d
@ -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
|
||||
{
|
||||
|
@ -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::{
|
||||
|
Loading…
Reference in New Issue
Block a user