Fix context menu when not the actively focused program #27
Annotations
10 warnings
Run Clippy:
src/color_button.rs#L181
this `map_or` can be simplified
|
Run Clippy:
src/config.rs#L49
very complex type used. Consider factoring parts into `type` definitions
|
Run Clippy:
src/config.rs#L195
very complex type used. Consider factoring parts into `type` definitions
|
Run Clippy:
src/config.rs#L200
the borrowed expression implements the required traits
|
Run Clippy:
src/config.rs#L201
this expression creates a reference which is immediately dereferenced by the compiler
|
Run Clippy:
src/map_scope.rs#L26
this `map_or` can be simplified
|
Run Clippy:
src/map_scope.rs#L37
this `map_or` can be simplified
|
Run Clippy:
src/settings_table.rs#L1425
unnecessary closure used with `bool::then`
|
Run Clippy:
src/timer_form.rs#L215
this `map_or` can be simplified
|
Run Clippy:
src/timer_form.rs#L909
unneeded `return` statement
|
Loading