chore(cargo): address clippy warnings

This commit is contained in:
LGUG2Z
2026-07-21 10:50:26 -07:00
parent ccb39abd2e
commit d29069398b
8 changed files with 16 additions and 30 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ impl Time {
let (response, painter) =
ui.allocate_painter(Vec2::new(width, full_height + offset * 2.0), Sense::hover());
let color = ctx.style().visuals.text_color();
let stroke = Stroke::new(1.0, color);
let stroke = Stroke::new(1.0_f32, color);
let round_all = CornerRadius::same((response.rect.width() * 0.1) as u8);
let round_top = CornerRadius {