Skip to content

Commit b1f094a

Browse files
committed
fix: benchmarks clippy
1 parent 1382b72 commit b1f094a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

runtimes/peregrine/src/weights/pallet_democracy.rs

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#![cfg_attr(rustfmt, rustfmt_skip)]
4040
#![allow(unused_imports)]
4141
#![allow(clippy::as_conversions)]
42+
#![allow(clippy::decimal_literal_representation)]
4243

4344
use frame_support::{traits::Get, weights::Weight};
4445
use sp_std::marker::PhantomData;

runtimes/spiritnet/src/weights/pallet_technical_committee_collective.rs

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#![cfg_attr(rustfmt, rustfmt_skip)]
4040
#![allow(unused_imports)]
4141
#![allow(clippy::as_conversions)]
42+
#![allow(clippy::decimal_literal_representation)]
4243

4344
use frame_support::{traits::Get, weights::Weight};
4445
use sp_std::marker::PhantomData;

0 commit comments

Comments
 (0)