Skip to content

UI

UI #753

Triggered via pull request October 11, 2025 19:29
@uonruonr
synchronize #989
ui
Status Failure
Total duration 2m 50s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Cargo Checks: apps/theme-designer/src/main.rs#L369
use of `or_insert_with` to construct default value
Cargo Checks: apps/theme-designer/src/main.rs#L337
use of `or_insert_with` to construct default value
Cargo Checks: apps/theme-designer/src/main.rs#L82
use of `or_insert_with` to construct default value
Cargo Checks: apps/theme-designer/src/stats.rs#L74
this `if` statement can be collapsed
Cargo Checks: apps/theme-designer/src/parser.rs#L416
called `skip_while(<p>).next()` on an `Iterator`
Cargo Checks: apps/theme-designer/src/parser.rs#L416
this `if` statement can be collapsed
Cargo Checks: apps/theme-designer/src/parser.rs#L365
the loop variable `lookahead` is only used to index `lines`
Cargo Checks: apps/theme-designer/src/parser.rs#L249
this `if` statement can be collapsed
Cargo Checks: apps/theme-designer/src/parser.rs#L239
this if-then-else expression returns a bool literal
Cargo Checks: apps/theme-designer/src/parser.rs#L8
redundant closure