Skip to content

Commit b3e1c83

Browse files
committed
clippy
1 parent 8a4caa7 commit b3e1c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pallets/shield/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ pub mod pallet {
246246
DispatchClass::Operational,
247247
Pays::Yes
248248
))]
249+
#[allow(clippy::useless_conversion)]
249250
pub fn announce_next_key(
250251
origin: OriginFor<T>,
251252
public_key: BoundedVec<u8, ConstU32<2048>>,

0 commit comments

Comments
 (0)