clippy fixes

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2025-07-17 13:49:53 -07:00
parent a4c1b38116
commit 8a1398face
26 changed files with 51 additions and 62 deletions

View File

@@ -679,7 +679,7 @@ pub fn render_add_column_routes(
// TODO: spin off the list search here instead
ui.label(format!("error: could not find {:?}", list_kind));
ui.label(format!("error: could not find {list_kind:?}"));
}
}
},