Skip to content

Commit d9699d8

Browse files
Ad96elntn-x2
authored andcommitted
clippy
1 parent ef8d07d commit d9699d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtimes/peregrine/src/weights/pallet_proxy.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
157157
/// Storage: `Proxy::Proxies` (r:1 w:1)
158158
/// Proof: `Proxy::Proxies` (`max_values`: None, `max_size`: Some(467), added: 2942, mode: `MaxEncodedLen`)
159159
/// The range of component `p` is `[1, 9]`.
160-
fn remove_proxy(p: u32, ) -> Weight {
160+
fn remove_proxy(_p: u32, ) -> Weight {
161161
// Proof Size summary in bytes:
162162
// Measured: `127 + p * (41 ±0)`
163163
// Estimated: `3932`

runtimes/peregrine/src/weights/pallet_web3_names.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ impl<T: frame_system::Config> pallet_web3_names::WeightInfo for WeightInfo<T> {
6262
/// Storage: `Migration::MigratedKeys` (r:0 w:1)
6363
/// Proof: `Migration::MigratedKeys` (`max_values`: None, `max_size`: Some(48), added: 2523, mode: `MaxEncodedLen`)
6464
/// The range of component `n` is `[3, 32]`.
65-
fn claim(n: u32, ) -> Weight {
65+
fn claim(_n: u32, ) -> Weight {
6666
// Proof Size summary in bytes:
6767
// Measured: `112`
6868
// Estimated: `4414`

0 commit comments

Comments
 (0)