Skip to content

Commit 55f224c

Browse files
author
Stephan Dilly
committed
fix nightly
1 parent 274dedb commit 55f224c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/filetree.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,8 @@ impl FileTreeComponent {
262262
should_skip_over += 1;
263263

264264
// don't fold files up
265+
//TODO: remove once fixed (https://github.com/rust-lang/rust-clippy/issues/7383)
266+
#[allow(clippy::if_same_then_else)]
265267
if let FileTreeItemKind::File(_) =
266268
&tree_items[idx_temp].kind
267269
{

0 commit comments

Comments
 (0)