diff --git a/pallets/precompiles-benchmark/src/precompiles/vesting/benchmarking.rs b/pallets/precompiles-benchmark/src/precompiles/vesting/benchmarking.rs index 6960fd21..006db0a0 100644 --- a/pallets/precompiles-benchmark/src/precompiles/vesting/benchmarking.rs +++ b/pallets/precompiles-benchmark/src/precompiles/vesting/benchmarking.rs @@ -126,7 +126,7 @@ type BalanceOf = <::Currency as Curr // The benchmarks macro will add to all benchmark functions and as we specify a where // clause, that'll be added to. This triggers the clippy::multiple_bound_locations warning designed // to don't confuse developers by repeating trait bound locations. As this will be macro generated -// code that nobody will see, it's ok to annotate the module with it. +// code that nobody will see, it's ok to annotate the module with it. #[allow(clippy::multiple_bound_locations)] #[benchmarks( where