Fix clippy lints

This commit is contained in:
Héctor Ramón Jiménez 2022-07-27 06:59:54 +02:00
parent effa6881f7
commit c512d50e19
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 11 additions and 11 deletions

View file

@ -252,7 +252,7 @@ where
shell: &mut Shell<'_, Message>,
) -> event::Status {
self.container.on_event(
&mut self.state,
self.state,
event,
layout,
cursor_position,
@ -270,7 +270,7 @@ where
renderer: &Renderer,
) -> mouse::Interaction {
self.container.mouse_interaction(
&self.state,
self.state,
layout,
cursor_position,
viewport,
@ -303,7 +303,7 @@ where
);
self.container.draw(
&self.state,
self.state,
renderer,
theme,
style,