Finalize project alignment #13
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
|