Skip to content

ondisk: Add Turin 1.0.0.0 settings. #196

ondisk: Add Turin 1.0.0.0 settings.

ondisk: Add Turin 1.0.0.0 settings. #196

GitHub Actions / clippy succeeded Oct 21, 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.81.0-nightly (8fcd4dd08 2024-06-18)
  • cargo 1.81.0-nightly (a1f47ec3f 2024-06-15)
  • clippy 0.1.81 (8fcd4dd 2024-06-18)

Annotations

Check warning on line 115 in src/apcb.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

field `version` is never read

warning: field `version` is never read
   --> src/apcb.rs:115:9
    |
109 | pub struct SerdeApcb {
    |            --------- field in this struct
...
115 |     pub version: String,
    |         ^^^^^^^
    |
    = note: `#[warn(dead_code)]` on by default