Allow missing docs for autogen weights. (#14011)

This commit is contained in:
Squirrel
2023-04-25 21:48:37 +01:00
committed by GitHub
parent 6c8acaa5e2
commit 01c66da036
2 changed files with 2 additions and 0 deletions
@@ -15,6 +15,7 @@
#![cfg_attr(rustfmt, rustfmt_skip)]
#![allow(unused_parens)]
#![allow(unused_imports)]
#![allow(missing_docs)]
use frame_support::{traits::Get, weights::Weight};
use core::marker::PhantomData;