Skip to content

Finalize project alignment #13

Finalize project alignment

Finalize project alignment #13

Triggered via pull request February 9, 2026 08:19
Status Failure
Total duration 39s
Artifacts

lint.yml

on: pull_request
Format and Clippy
35s
Format and Clippy
Fit to window
Zoom out
Zoom in

Annotations

9 errors
Format and Clippy
Process completed with exit code 101.
Format and Clippy: crates/macros-core/src/lib.rs#L7
this expression creates a reference which is immediately dereferenced by the compiler
Format and Clippy: crates/macros-core/src/attr/parse.rs#L184
writing `&PathBuf` instead of `&Path` involves a new object where a slice will do
Format and Clippy: crates/macros-core/src/attr/parse.rs#L163
this can be `std::io::Error::other(_)`
Format and Clippy: crates/macros-core/src/attr/parse.rs#L126
this can be `std::io::Error::other(_)`
Format and Clippy: crates/macros-core/src/attr/parse.rs#L119
this can be `std::io::Error::other(_)`
Format and Clippy: crates/macros-core/src/attr/parse.rs#L114
this `map_or` can be simplified
Format and Clippy: crates/macros-core/src/attr/parse.rs#L95
this can be `std::io::Error::other(_)`
Format and Clippy: crates/macros-core/src/attr/types.rs#L23
multiple variants are never constructed