implement contains_key, update, update_or #744
Annotations
1 error and 1 warning
Check with Clippy:
actix-session/src/session.rs#L19
[clippy] reported by reviewdog 🐶
error: unused import: `tracing::Instrument`
--> actix-session/src/session.rs:19:5
|
19 | use tracing::Instrument;
| ^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
Raw Output:
actix-session/src/session.rs:19:5:e:error: unused import: `tracing::Instrument`
--> actix-session/src/session.rs:19:5
|
19 | use tracing::Instrument;
| ^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
__END__
|
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1.0.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading