rm println in lock #45
Annotations
8 warnings
field `conn` is never read:
src/redis/rwlock/lock.rs#L78
warning: field `conn` is never read
--> src/redis/rwlock/lock.rs:78:16
|
76 | pub struct RwLock<T> {
| ------ field in this struct
77 | pub(crate) data: Generic<T>,
78 | pub(crate) conn: Option<redis::Connection>,
| ^^^^
|
= note: `#[warn(dead_code)]` on by default
|
unused import: `crate::redis::Generic`:
src/redis/list.rs#L1
warning: unused import: `crate::redis::Generic`
--> src/redis/list.rs:1:5
|
1 | use crate::redis::Generic;
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
Clippy check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test
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
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
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
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/
|