Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MAX_SIZE to support dumping Turin 1.0.0.4. #152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Bump MAX_SIZE to support dumping Turin 1.0.0.4.

0b4803c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Bump MAX_SIZE to support dumping Turin 1.0.0.4. #152

Bump MAX_SIZE to support dumping Turin 1.0.0.4.
0b4803c
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Mar 10, 2025 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