Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Dec 17, 2024
1 parent 5c3aad2 commit a62fcd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/editor/src/element.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3030,6 +3030,7 @@ impl EditorElement {
}
}

#[allow(clippy::too_many_arguments)]
fn layout_context_menu_aside(
&self,
text_hitbox: &Hitbox,
Expand Down

0 comments on commit a62fcd0

Please sign in to comment.