ci: automated update to rustc 1.84.0 #6601
GitHub Actions / Clippy Results
failed
Jan 15, 2025 in 0s
Clippy Results
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.84.0 (9fc6b4312 2025-01-07)
- cargo 1.84.0 (66221abde 2024-11-19)
- clippy 0.1.84 (9fc6b43126 2025-01-07)
Annotations
Check failure on line 244 in crates/wallet/src/wallet/persisted.rs
github-actions / Clippy Results
the following explicit lifetimes could be elided: 'a
error: the following explicit lifetimes could be elided: 'a
--> crates/wallet/src/wallet/persisted.rs:244:32
|
244 | pub async fn persist_async<'a>(&'a mut self, persister: &mut P) -> Result<bool, P::Error> {
| ^^ ^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes
= note: `-D clippy::needless-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]`
Loading