Skip to content

Commit 1db2eb6

Browse files
committed
allow two stubborn non-local-definitions for now
1 parent 5ecb7a5 commit 1db2eb6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

runtime/src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,7 +1867,10 @@ impl_runtime_apis! {
18671867
use frame_system_benchmarking::Pallet as SystemBench;
18681868
use baseline::Pallet as BaselineBench;
18691869

1870+
#[allow(non_local_definitions)]
18701871
impl frame_system_benchmarking::Config for Runtime {}
1872+
1873+
#[allow(non_local_definitions)]
18711874
impl baseline::Config for Runtime {}
18721875

18731876
use frame_support::traits::WhitelistedStorageKeys;

0 commit comments

Comments
 (0)