Unify strip_option
and strip_bool
parsing with `apply_potentialy_…
#241
GitHub Actions / clippy
succeeded
Aug 22, 2024 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.82.0-nightly (a32d4a0e8 2024-08-21)
- cargo 1.82.0-nightly (ba8b39413 2024-08-16)
- clippy 0.1.82 (a32d4a0 2024-08-21)
Annotations
Check warning on line 572 in tests/tests.rs
github-actions / clippy
struct `Uncloneable` is never constructed
warning: struct `Uncloneable` is never constructed
--> tests/tests.rs:572:12
|
572 | struct Uncloneable;
| ^^^^^^^^^^^
|
= note: `Uncloneable` has a derived impl for the trait `Default`, but this is intentionally ignored during dead code analysis
= note: `#[warn(dead_code)]` on by default
Loading