chore: add ruin_me powershell tests #2819
GitHub Actions / clippy
failed
Mar 20, 2024 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.75.0 (82e1608df 2023-12-21)
- cargo 1.75.0 (1d8b05cdd 2023-11-20)
- clippy 0.1.75 (82e1608 2023-12-21)
Annotations
Check failure on line 130 in cargo-dist/tests/gallery/dist.rs
github-actions / clippy
field `settings` is never read
error: field `settings` is never read
--> cargo-dist/tests/gallery/dist.rs:130:5
|
129 | pub struct Snapshots {
| --------- field in this struct
130 | settings: insta::Settings,
| ^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
Loading