Clippy showsunreachable-patterns
in #[frame_support::pallet]
after update to Rust 1.81.0
#6127
Labels
I3-annoyance
The node behaves within expectations, however this “expected behaviour” itself is at 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: