mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-19 12:15:42 +00:00
Add rustfmt skip to default frame benchmarking template (#9473)
This was missed in the introduction pr of rustfmt. There we only had updated the Substrate local template.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{{header}}
|
{{header}}
|
||||||
//! Autogenerated weights for {{pallet}}
|
//! Autogenerated weights for `{{pallet}}`
|
||||||
//!
|
//!
|
||||||
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION {{version}}
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION {{version}}
|
||||||
//! DATE: {{date}}, STEPS: `{{cmd.steps}}`, REPEAT: {{cmd.repeat}}, LOW RANGE: `{{cmd.lowest_range_values}}`, HIGH RANGE: `{{cmd.highest_range_values}}`
|
//! DATE: {{date}}, STEPS: `{{cmd.steps}}`, REPEAT: {{cmd.repeat}}, LOW RANGE: `{{cmd.lowest_range_values}}`, HIGH RANGE: `{{cmd.highest_range_values}}`
|
||||||
@@ -10,6 +10,7 @@
|
|||||||
// {{arg}}
|
// {{arg}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|
||||||
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
||||||
#![allow(unused_parens)]
|
#![allow(unused_parens)]
|
||||||
#![allow(unused_imports)]
|
#![allow(unused_imports)]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user