Commit 4dcf805
committed
chore: drop redundant allow(unreachable_pub) on version field
The module is `cfg`-gated `pub`/`pub(crate)` and the parent struct is
`#[internal_api]`, so plain `pub` fields don't trigger the lint. Same
pattern as `ParsedLogPath`. Confirmed by `cargo clippy --tests -- -D warnings`
on both feature configs.
Co-authored-by: Isaac1 parent 4b70a26 commit 4dcf805
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
| |||
0 commit comments