Update Cargo Dependencies #486
GitHub Actions / clippy
failed
May 5, 2024 in 1s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.78.0 (9b00956e5 2024-04-29)
- cargo 1.78.0 (54d8815d0 2024-03-26)
- clippy 0.1.78 (9b00956 2024-04-29)
Annotations
github-actions / clippy
no method named `message` found for enum `ErrorVariant` in the current scope
error[E0599]: no method named `message` found for enum `ErrorVariant` in the current scope
--> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/handlebars-5.1.2/src/template.rs:644:27
|
644 | e.variant.message().to_string(),
| ^^^^^^^ method not found in `ErrorVariant<Rule>`
Loading