Struct field ingredients #642
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 operation was canceled.
|
Clippy:
components/salsa-2022-macros/src/salsa_struct.rs#L241
useless conversion to the same type: `impl std::iter::Iterator<Item = &salsa_struct::SalsaField>`
|
Clippy:
components/salsa-2022-macros/src/salsa_struct.rs#L341
the borrowed expression implements the required traits
|
Clippy:
components/salsa-2022-macros/src/tracked_fn.rs#L144
usage of `Iterator::fold` on a type that implements `Try`
|
Clippy
`salsa-2022-macros` (lib) generated 3 warnings (run `cargo clippy --fix --lib -p salsa-2022-macros` to apply 2 suggestions)
|
Clippy:
components/salsa-2022/src/tracked_struct.rs#L13
unused import: `plumbing::transmute_lifetime`
|
Clippy:
components/salsa-2022/src/runtime/active_query.rs#L126
use of deprecated method `indexmap::IndexSet::<T, S>::remove`: `remove` disrupts the set order -- use `swap_remove` or `shift_remove` for explicit behavior.
|
Clippy:
components/salsa-2022/src/debug.rs#L224
the following explicit lifetimes could be elided: 'b
|
Clippy:
components/salsa-2022/src/hash.rs#L13
manual implementation of `BuildHasher::hash_one`
|
Clippy:
components/salsa-2022/src/plumbing.rs#L10
unsafe function's docs miss `# Safety` section
|
Clippy:
components/salsa-2022/src/plumbing.rs#L34
the following explicit lifetimes could be elided: 'u
|
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/
|
Loading