git.delta.rocks / unique-network / refs/commits / 19dbab98f182

difftreelog

style allow missing docs in weights

Yaroslav Bolyukin2022-07-12parent: #dced9b9.patch.diff
in: master

1 file changed

modified.maintain/frame-weight-template.hbsdiffbeforeafterboth
14#![cfg_attr(rustfmt, rustfmt_skip)]14#![cfg_attr(rustfmt, rustfmt_skip)]
15#![allow(unused_parens)]15#![allow(unused_parens)]
16#![allow(unused_imports)]16#![allow(unused_imports)]
17#![allow(missing_docs)]
17#![allow(clippy::unnecessary_cast)]18#![allow(clippy::unnecessary_cast)]
1819
19use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};20use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};