Fixed Selection list #471
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
|