Struct field ingredients #647
Annotations
3 errors and 14 warnings
|
Clippy
could not compile `salsa-2022-tests` (test "tracked-struct-field-bad-eq") due to 1 previous error
|
Clippy
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Setup Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Setup Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Setup Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Setup Rust toolchain
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Clippy:
components/salsa-2022/src/runtime/active_query.rs#L135
assigning the result of `Clone::clone()` may be inefficient
|
Clippy
`salsa-2022` (lib) generated 1 warning (run `cargo clippy --fix --lib -p salsa-2022` to apply 1 suggestion)
|
Clippy:
src/interned.rs#L14
the item `From` is imported redundantly
|
Clippy:
src/lib.rs#L122
bound is defined in more than one place
|
Clippy:
src/lib.rs#L204
bound is defined in more than one place
|
Clippy:
src/lib.rs#L405
bound is defined in more than one place
|
Clippy:
src/runtime.rs#L631
assigning the result of `Clone::clone()` may be inefficient
|
Clippy
`salsa` (lib) generated 5 warnings (run `cargo clippy --fix --lib -p salsa` to apply 1 suggestion)
|
Clippy:
salsa-2022-tests/tests/lru.rs#L22
initializer for `thread_local` value can be made `const`
|
Clippy
`salsa-2022-tests` (test "lru") generated 1 warning (run `cargo clippy --fix --test "lru"` to apply 1 suggestion)
|
Loading