fix clippy warnings

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-08-19 21:19:39 -07:00
parent 973a7c780f
commit 1f149aec3b
7 changed files with 28 additions and 35 deletions

View File

@@ -45,7 +45,7 @@ fn mention_ui(
pk: &[u8; 32],
ui: &mut egui::Ui,
size: f32,
selectable: bool
selectable: bool,
) -> egui::Response {
#[cfg(feature = "profiling")]
puffin::profile_function!();