Skip to content

fix time picker

fix time picker #469

Triggered via push November 7, 2023 19:24
Status Failure
Total duration 1m 41s
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