Update dependencies #1361
GitHub Actions / clippy
succeeded
Aug 14, 2023 in 0s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
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 warning on line 234 in src/agents/store/memory.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> src/agents/store/memory.rs:234:25
|
234 | let mut expiring = entry.get_mut();
| ----^^^^^^^^
| |
| help: remove this `mut`
|
= note: `#[warn(unused_mut)]` on by default
Loading