Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
import defensive from frame_support
Browse files Browse the repository at this point in the history
  • Loading branch information
muharem committed Jun 25, 2023
1 parent fc30646 commit 879ddb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/assets/src/functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
//! Functions for the Assets pallet.

use super::*;
use frame_support::{traits::Get, BoundedVec};
use frame_support::{defensive, traits::Get, BoundedVec};

#[must_use]
pub(super) enum DeadConsequence {
Expand Down

0 comments on commit 879ddb9

Please sign in to comment.