-
Notifications
You must be signed in to change notification settings - Fork 13
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
Check failed with the latest version of cargo clippy #44
Comments
still need to fix this kind of error: |
Hi, I did some investigation work about why the latest version Root cause:This patch changed Reference:Recently, users found some fallout from new Suggestion Solution:rust-lang/rust#121708 (comment) Replace
|
@OuyangHang33, please submit PR. |
steps:
$ cargo clippy --version
clippy 0.1.78 (b6d2d84 2024-03-05)
cargo clippy -- -D warnings -A clippy::only-used-in-recursion -A incomplete-features -A clippy::bad_bit_mask -A clippy::derivable_impls
expected result:
No error
actual results:
The text was updated successfully, but these errors were encountered: