Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Aug 6, 2023
1 parent 446108d commit 9aeed98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widget/expander.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ where
.map(|(icon, on_close)| {
WidgetPod::new(
icon.background(Painter::new(paint_button_background))
.lens::<T, _>(lens::Unit::default())
.lens::<T, _>(lens::Unit)
.controller(CloseButtonController { on_close })
.boxed(),
)
Expand Down

0 comments on commit 9aeed98

Please sign in to comment.