Fix clippy lints
This commit is contained in:
parent
effa6881f7
commit
c512d50e19
4 changed files with 11 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue