Skip to content

Commit

Permalink
clippy: allow manual inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Sep 11, 2024
1 parent 4e3c4f6 commit 93c1cff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallets/collective/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![recursion_limit = "128"]

#[allow(clippy::manual_inspect)]

use frame_support::{
dispatch::{DispatchResultWithPostInfo, GetDispatchInfo, Pays, PostDispatchInfo},
ensure,
Expand Down

0 comments on commit 93c1cff

Please sign in to comment.