cleanup a few hidden imports in frame-support (#1770)

Just making a few hidden imports cleaner and hidden in docs.

---------

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
This commit is contained in:
Kian Paimani
2023-10-17 09:09:03 +01:00
committed by GitHub
parent fcc1bb414b
commit e10de2e283
4 changed files with 7 additions and 11 deletions
@@ -90,8 +90,7 @@ pub fn expand_outer_inherent(
use #scrate::inherent::{ProvideInherent, IsFatalError};
use #scrate::traits::{IsSubType, ExtrinsicCall};
use #scrate::sp_runtime::traits::Block as _;
use #scrate::_private::sp_inherents::Error;
use #scrate::__private::log;
use #scrate::__private::{sp_inherents::Error, log};
let mut result = #scrate::inherent::CheckInherentsResult::new();