feat: add utility to test last_seen persistence #15
Annotations
3 errors and 4 warnings
|
redundant field names in struct initialization:
crates/testenv/src/persist_test_utils.rs#L304
error: redundant field names in struct initialization
--> crates/testenv/src/persist_test_utils.rs:304:33
|
304 | let changeset = ChangeSet { txs: txs, last_seen: last_seen.clone(), ..ChangeSet::default()};
| ^^^^^^^^ help: replace it with: `txs`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
|
|
redundant field names in struct initialization:
crates/testenv/src/persist_test_utils.rs#L298
error: redundant field names in struct initialization
--> crates/testenv/src/persist_test_utils.rs:298:32
|
298 | let changeset = ChangeSet {txs: txs, ..ChangeSet::default()};
| ^^^^^^^^ help: replace it with: `txs`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
= note: `-D clippy::redundant-field-names` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::redundant_field_names)]`
|
|
Code Coverage
Process completed with exit code 101.
|
|
Code Coverage
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/
|
|
Code Coverage
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/
|
|
Code Coverage
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/
|
|
Code Coverage
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/
|