difftreelog
style allow missing docs in weights
in: master
1 file changed
.maintain/frame-weight-template.hbsdiffbeforeafterboth14#![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)]181919use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};20use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}};