Improves text reader error reporting #3153
GitHub Actions / clippy
failed
Jan 16, 2025 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.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 144 in src/lazy/text/parse_result.rs
github-actions / clippy
this lifetime isn't used in the impl
error: this lifetime isn't used in the impl
--> src/lazy/text/parse_result.rs:144:6
|
144 | impl<'data> UnrecognizedInputError {
| ^^^^^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#extra_unused_lifetimes
= note: `-D clippy::extra-unused-lifetimes` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::extra_unused_lifetimes)]`
Loading