Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtimsb committed Jan 10, 2025
1 parent dd31d06 commit 34075d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/project_panel/src/project_panel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3645,7 +3645,7 @@ impl ProjectPanel {
this.hover_scroll_task.take();
this.folded_directory_drag_target = None;
if let Some(target_entry_id) = target_entry_id {
this.drag_onto(selections, target_entry_id.clone(), kind.is_file(), cx);
this.drag_onto(selections, target_entry_id, kind.is_file(), cx);
}
}))
.when(folded_directory_drag_target.map_or(false, |target|
Expand Down

0 comments on commit 34075d7

Please sign in to comment.