README: Installation Instructions #63
Annotations
10 warnings
Run Clippy:
src/config.rs#L49
very complex type used. Consider factoring parts into `type` definitions
|
Run Clippy:
src/config.rs#L185
very complex type used. Consider factoring parts into `type` definitions
|
Run Clippy:
src/config.rs#L190
the borrowed expression implements the required traits
|
Run Clippy:
src/config.rs#L191
this expression creates a reference which is immediately dereferenced by the compiler
|
Run Clippy:
src/settings_table.rs#L1425
unnecessary closure used with `bool::then`
|
Run Clippy:
src/timer_form.rs#L927
unneeded `return` statement
|
Run Clippy:
src/timer_form.rs#L424
unused `std::result::Result` that must be used
|
Run Clippy:
src/timer_form.rs#L426
unused `std::result::Result` that must be used
|
Run Clippy:
src/timer_form.rs#L428
unused `std::result::Result` that must be used
|
Run Clippy:
src/timer_form.rs#L430
unused `std::result::Result` that must be used
|
Loading