Skip to content

Commit

Permalink
allow unwrap in pallet index tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sam0x17 committed Sep 19, 2024
1 parent 3ffcdec commit 47db25a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/linting/src/pallet_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ impl ConstructRuntimeVisitor {
}

#[cfg(test)]
#[allow(clippy::unwrap_used)]
mod tests {
use super::*;
use quote::quote;
Expand Down

0 comments on commit 47db25a

Please sign in to comment.