Skip to content

Commit

Permalink
chore(frame/nfts): explicitly import crate::SystemConfig
Browse files Browse the repository at this point in the history
This avoids glob ambiguity that the compiler will no longer allow in
future releases.
  • Loading branch information
Mira Ressel committed Oct 10, 2023
1 parent eef9a19 commit 3591975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/nfts/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

//! Tests for Nfts pallet.

use crate::{mock::*, Event, *};
use crate::{mock::*, Event, SystemConfig, *};
use enumflags2::BitFlags;
use frame_support::{
assert_noop, assert_ok,
Expand Down

0 comments on commit 3591975

Please sign in to comment.