Skip to content

Fixed Selection list #471

Fixed Selection list

Fixed Selection list #471

Triggered via push November 8, 2023 14:25
Status Failure
Total duration 3m 26s
Artifacts

clippy.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
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#L991
this expression creates a reference which is immediately dereferenced by the compiler
all: src/native/overlay/date_picker.rs#L482
this expression creates a reference which is immediately dereferenced by the compiler
all: src/native/overlay/floating_element.rs#L67
this expression creates a reference which is immediately dereferenced by the compiler
all: src/native/overlay/modal.rs#L76
this expression creates a reference which is immediately dereferenced by the compiler
all: src/native/overlay/time_picker.rs#L533
this expression creates a reference which is immediately dereferenced by the compiler
all: src/native/number_input.rs#L346
this expression creates a reference which is immediately dereferenced by the compiler
all: src/native/card.rs#L598
this function has too many arguments (8/7)
all: src/native/grid/layout.rs#L92
it is more concise to loop over references to containers instead of using explicit iteration methods
all: src/native/grid/layout.rs#L99
used `unwrap()` on an `Option` value