Struct field ingredients #642
Annotations
2 errors and 16 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
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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-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
|
Loading