Add method to remove values from settings maps #755
Annotations
10 warnings
Run Clippy:
src/component/splits/column.rs#L180
this function has too many arguments (9/7)
|
Run Clippy:
src/component/splits/column.rs#L231
this function has too many arguments (9/7)
|
Run Clippy:
src/component/splits/column.rs#L324
very complex type used. Consider factoring parts into `type` definitions
|
Run Clippy:
src/component/title/mod.rs#L237
this `let...else` may be rewritten with the `?` operator
|
Run Clippy:
src/component/title/mod.rs#L243
this `let...else` may be rewritten with the `?` operator
|
Run Clippy:
src/hotkey_config.rs#L88
this returns a `Result<_, ()>`
|
Run Clippy:
src/rendering/mod.rs#L530
this function has too many arguments (11/7)
|
Run Clippy:
src/rendering/mod.rs#L617
this function has too many arguments (8/7)
|
Run Clippy:
src/rendering/mod.rs#L648
this function has too many arguments (8/7)
|
Run Clippy:
src/rendering/mod.rs#L700
this function has too many arguments (9/7)
|
Loading