Skip to content

fixed color picker for newest iced #465

fixed color picker for newest iced

fixed color picker for newest iced #465

Triggered via push November 6, 2023 22:02
Status Failure
Total duration 1m 26s
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
all: src/native/overlay/color_picker.rs#L30
unused import: `Pixels`
all: src/native/overlay/color_picker.rs#L946
unused variable: `rgba_tree`
all: src/native/overlay/color_picker.rs#L941
variable does not need to be mutable
all: src/native/overlay/color_picker.rs#L946
variable does not need to be mutable
all: src/native/overlay/color_picker.rs#L909
this expression creates a reference which is immediately dereferenced by the compiler
all: src/native/overlay/color_picker.rs#L952
called `.get_mut().unwrap()` on a Vec. Using `[]` is more clear and more concise
all: src/native/overlay/color_picker.rs#L952
used `unwrap()` on an `Option` value
all: src/native/overlay/color_picker.rs#L1000
called `.get_mut().unwrap()` on a Vec. Using `[]` is more clear and more concise
all: src/native/overlay/color_picker.rs#L1000
used `unwrap()` on an `Option` value
all: src/native/overlay/color_picker.rs#L1005
this expression creates a reference which is immediately dereferenced by the compiler