-
Notifications
You must be signed in to change notification settings - Fork 697
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
Clippy showsunreachable-patterns
in #[frame_support::pallet]
after update to Rust 1.81.0
#6127
Comments
I encountered the same issue here when we were using Now, Anyway, if we can fix it regardless of stable or +nightly, let's do it. |
@AndreiEres could you reproduce this on master? (I tried and failed) As I said already in the pr, there was already a similar issue that is now closed: #5697 |
Relates to: paritytech/polkadot-sdk#6127 - [X] Does not require a CHANGELOG entry
I suppose we can be OK with current situation, and since in runtimes we moved to a stable rust in CI we can close the issue. |
During the update of Rust in runtimes, many warnings about
unreachable-patterns
in#[frame_support::pallet]
appeared, as noted in polkadot-fellows/runtimes#473. These warnings were silenced, but it is better to fix the bug in the macros.The text was updated successfully, but these errors were encountered: