feat(redis): add basic fred impl #127
GitHub Actions / clippy
failed
Aug 21, 2023 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.71.1 (eb26296b5 2023-08-03)
- cargo 1.71.1 (7f1d04c00 2023-07-29)
- clippy 0.1.71 (eb26296 2023-08-03)
Annotations
Check failure on line 25 in hitbox-backend/src/key.rs
github-actions / clippy
the borrowed expression implements the required traits
error: the borrowed expression implements the required traits
--> hitbox-backend/src/key.rs:25:37
|
25 | serde_urlencoded::to_string(&parts).map_err(|err| SerializerError::Serialize(Box::new(err)))
| ^^^^^^ help: change this to: `parts`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
= note: `-D clippy::needless-borrow` implied by `-D warnings`
Loading