Skip to content

Commit 9fb7971

Browse files
committed
disabled clippy check for the Runtime
1 parent 25786d8 commit 9fb7971

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/runtime/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ impl pallet_vesting::Config for Runtime {
350350
}
351351

352352
// Create the runtime by composing the FRAME pallets that were previously configured.
353+
#[deny(clippy::from-over-into)]
353354
construct_runtime!(
354355
pub enum Runtime where
355356
Block = Block,

0 commit comments

Comments
 (0)