Merge pull request #449 from DropDemBits/assert-on-tracked-struct-out… #623
Annotations
18 warnings
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/
|
Test:
components/salsa-2022-macros/src/tracked_fn.rs#L743
variable does not need to be mutable
|
Test
`salsa-2022-macros` (lib) generated 1 warning (run `cargo fix --lib -p salsa-2022-macros` to apply 1 suggestion)
|
Test
`salsa-2022-macros` (lib test) generated 1 warning (1 duplicate)
|
Clippy:
components/salsa-2022-macros/src/tracked_fn.rs#L743
variable does not need to be mutable
|
Clippy:
components/salsa-2022-macros/src/salsa_struct.rs#L308
useless conversion to the same type: `impl std::iter::Iterator<Item = &salsa_struct::SalsaField>`
|
Clippy:
components/salsa-2022-macros/src/salsa_struct.rs#L408
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 4 warnings (run `cargo clippy --fix --lib -p salsa-2022-macros` to apply 3 suggestions)
|
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/input_field.rs#L111
the following explicit lifetimes could be elided: 'u
|
Clippy:
components/salsa-2022/src/interned.rs#L188
the following explicit lifetimes could be elided: 'u
|
Clippy
`salsa-2022` (lib) generated 4 warnings (run `cargo clippy --fix --lib -p salsa-2022` to apply 4 suggestions)
|
The logs for this run have expired and are no longer available.
Loading