Skip to content

Optimize 1

Optimize 1 #270

Triggered via pull request February 16, 2026 12:33
@owjs3901owjs3901
synchronize #75
optimize-1
Status Failure
Total duration 1m 42s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Test: crates/vespera_macro/src/parser/schema/enum_schema.rs#L848
this could be rewritten as `let...else`
Test: crates/vespera_macro/src/parser/schema/enum_schema.rs#L827
wildcard matches only a single variant and will also match any future added variants
Test: crates/vespera_macro/src/parser/schema/enum_schema.rs#L825
this could be rewritten as `let...else`
Test: crates/vespera_macro/src/parser/parameters.rs#L1147
wildcard matches only a single variant and will also match any future added variants
Test: crates/vespera_macro/src/parser/parameters.rs#L1133
wildcard matches only a single variant and will also match any future added variants
Test: crates/vespera_macro/src/parser/parameters.rs#L1119
wildcard matches only a single variant and will also match any future added variants
Test: crates/vespera_macro/src/parser/parameters.rs#L1106
wildcard matches only a single variant and will also match any future added variants
Test: crates/vespera_macro/src/parser/operation.rs#L567
wildcard matches only a single variant and will also match any future added variants
Test: crates/vespera_macro/src/parser/operation.rs#L273
it is more idiomatic to use `Option<&T>` instead of `&Option<T>`
Test: crates/vespera_macro/src/schema_macro/transformation.rs#L337
binding's name is too similar to existing binding