Fix clippy lints

This commit is contained in:
Héctor Ramón Jiménez 2023-02-24 13:58:17 +01:00
parent 700262e05c
commit 8059c40142
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 5 additions and 5 deletions

View file

@ -272,7 +272,7 @@ where
if self.is_checked {
renderer.fill_text(text::Text {
content: &code_point.to_string(),
font: font.clone(),
font: *font,
size,
bounds: Rectangle {
x: bounds.center_x(),