Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 0a97adf

Browse files
Sacha Lanskyggwpez
andauthored
[fix lint warnings: Uniques pallet] fix clippy::doc_markdown warnings (#14592)
* Fix clippy::doc_markdown warnings * Remove accidental commit of script * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_uniques * Some more backticks Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * ".git/.scripts/commands/bench/bench.sh" pallet dev pallet_uniques --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: command-bot <> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
1 parent 052aac1 commit 0a97adf

2 files changed

Lines changed: 395 additions & 398 deletions

File tree

.maintain/frame-weight-template.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{header}}
2-
//! Autogenerated weights for {{pallet}}
2+
//! Autogenerated weights for `{{pallet}}`
33
//!
44
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION {{version}}
55
//! DATE: {{date}}, STEPS: `{{cmd.steps}}`, REPEAT: `{{cmd.repeat}}`, LOW RANGE: `{{cmd.lowest_range_values}}`, HIGH RANGE: `{{cmd.highest_range_values}}`
@@ -20,7 +20,7 @@
2020
use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};
2121
use core::marker::PhantomData;
2222

23-
/// Weight functions needed for {{pallet}}.
23+
/// Weight functions needed for `{{pallet}}`.
2424
pub trait WeightInfo {
2525
{{#each benchmarks as |benchmark|}}
2626
fn {{benchmark.name~}}
@@ -31,7 +31,7 @@ pub trait WeightInfo {
3131
{{/each}}
3232
}
3333

34-
/// Weights for {{pallet}} using the Substrate node and recommended hardware.
34+
/// Weights for `{{pallet}}` using the Substrate node and recommended hardware.
3535
pub struct SubstrateWeight<T>(PhantomData<T>);
3636
{{#if (eq pallet "frame_system")}}
3737
impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {

0 commit comments

Comments
 (0)