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

Fix Clippy warnings (v0.12.x) #428

Merged
merged 3 commits into from
Jun 2, 2024
Merged

Fix Clippy warnings (v0.12.x) #428

merged 3 commits into from
Jun 2, 2024

Conversation

tatsuya6502
Copy link
Member

Fix the following Clippy warnings:

Stable: clippy 0.1.78 (9b00956e 2024-04-29)

  • Allow clippy::incompatible_msrv on examples/reinsert_expired_entries_sync.rs, which requires Rust 1.70.0 or newer.
    warning: current MSRV (Minimum Supported Rust Version) is `1.65.0` but this item is stable since `1.70.0`
    --> examples/reinsert_expired_entries_sync.rs:50:9
       |
    50 |     SND.set(Mutex::new(snd.clone())).unwrap();
       |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Beta: clippy 0.1.79 (d9e85b56e7f 2024-05-25)

  • Fix clippy::legacy_numeric_constants as suggested.
  • Fix clippy::missing-transmute-annotations as suggested.
  • Fix clippy::duplicated-attributes as suggested.

clippy 0.1.78 (9b00956e 2024-04-29)
clippy 0.1.79 (d9e85b56e7f 2024-05-25)
clippy 0.1.79 (d9e85b56e7f 2024-05-25)
@tatsuya6502 tatsuya6502 self-assigned this Jun 2, 2024
@tatsuya6502 tatsuya6502 added this to the v0.12.8 milestone Jun 2, 2024
Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merging.

@tatsuya6502 tatsuya6502 merged commit 0d7a383 into main Jun 2, 2024
50 checks passed
@tatsuya6502 tatsuya6502 deleted the fix-ci-2024-06-02/v0.12 branch June 2, 2024 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant