Fix DebugWithDb
in multi-crate Salsa projects
#695
Annotations
16 warnings
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/
|
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/
|
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/
|
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/
|
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/
|
src/function/delete.rs#L42
transmute used without annotations
|
|
tests/specify_tracked_fn_in_rev_1_but_not_2.rs#L52
the following explicit lifetimes could be elided: 'db
|
|
tests/deletion-cascade.rs#L26
using `clone` on type `u32` which implements the `Copy` trait
|
tests/deletion-cascade.rs#L45
the following explicit lifetimes could be elided: 'db
|
|
tests/expect_reuse_field_x_of_a_tracked_struct_changes_but_fn_depends_on_field_y.rs#L46
the following explicit lifetimes could be elided: 'db
|
|
tests/tracked_with_struct_db.rs#L49
the function `MyInput::new` doesn't need a mutable reference
|
This job succeeded
Loading