Fix clippy lints 🎉

This commit is contained in:
Héctor Ramón Jiménez 2023-02-04 12:35:10 +01:00
parent d2825360a7
commit 17470bf7d3
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
2 changed files with 8 additions and 7 deletions

View file

@ -967,7 +967,7 @@ pub fn draw<Renderer>(
} else {
theme.value_color(style)
},
font: font,
font,
bounds: Rectangle {
y: text_bounds.center_y(),
width: f32::INFINITY,