Skip to content

Commit

Permalink
chore: Fix clippy error with unreachable pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Sep 5, 2024
1 parent 97535a5 commit b3d2f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frame/multimap/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//! values with the same key.
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(unreachable_patterns)]

extern crate alloc;

Expand Down

0 comments on commit b3d2f40

Please sign in to comment.