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

Temporarily ignore collection_is_never_read on FlattenSkipDeserializing #2794

Merged
merged 1 commit into from
Aug 11, 2024

Commits on Aug 11, 2024

  1. Temporarily ignore collection_is_never_read on FlattenSkipDeserializing

        error: collection is never read
           --> test_suite/tests/test_gen.rs:723:25
            |
        723 |     #[derive(Serialize, Deserialize)]
            |                         ^^^^^^^^^^^
            |
            = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#collection_is_never_read
        note: the lint level is defined here
           --> test_suite/tests/test_gen.rs:23:9
            |
        23  | #![deny(clippy::collection_is_never_read)]
            |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
    dtolnay committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    536221b View commit details
    Browse the repository at this point in the history