Fix clippy lints
This commit is contained in:
parent
700262e05c
commit
8059c40142
3 changed files with 5 additions and 5 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue