Fix further clippy lints
... and explicitly annotate crates as well.
This commit is contained in:
parent
33a24b5821
commit
2f76a10a1d
33 changed files with 197 additions and 85 deletions
|
|
@ -410,7 +410,7 @@ where
|
|||
layout,
|
||||
cursor_position,
|
||||
shell,
|
||||
&mut self.state,
|
||||
self.state,
|
||||
&mut self.value,
|
||||
&self.range,
|
||||
self.step,
|
||||
|
|
@ -432,7 +432,7 @@ where
|
|||
renderer,
|
||||
layout,
|
||||
cursor_position,
|
||||
&self.state,
|
||||
self.state,
|
||||
self.value,
|
||||
&self.range,
|
||||
theme,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue