chore: apply clippy suggestions
This commit is contained in:
parent
34f55d6720
commit
a27bb5e05d
34 changed files with 116 additions and 146 deletions
|
|
@ -233,7 +233,7 @@ impl ColorPickerModel {
|
|||
pub fn builder<Message>(
|
||||
&self,
|
||||
on_update: fn(ColorPickerUpdate) -> Message,
|
||||
) -> ColorPickerBuilder<Message> {
|
||||
) -> ColorPickerBuilder<'_, Message> {
|
||||
ColorPickerBuilder {
|
||||
model: &self.segmented_model,
|
||||
active_color: self.active_color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue