summaryrefslogtreecommitdiffstats
path: root/native
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-04 12:35:10 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-02-24 13:31:19 +0100
commit17470bf7d36ee164311020b9d8c79662ac49c166 (patch)
tree6ab9c891220d3fc0bbce662a6d713046f5031062 /native
parentd2825360a75600bb6b4097737c987e2d9e05da6a (diff)
downloadiced-17470bf7d36ee164311020b9d8c79662ac49c166.tar.gz
iced-17470bf7d36ee164311020b9d8c79662ac49c166.tar.bz2
iced-17470bf7d36ee164311020b9d8c79662ac49c166.zip
Fix `clippy` lints :tada:
Diffstat (limited to 'native')
-rw-r--r--native/src/widget/text_input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/text_input.rs b/native/src/widget/text_input.rs
index e6b70db2..0656be62 100644
--- a/native/src/widget/text_input.rs
+++ b/native/src/widget/text_input.rs
@@ -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,