Skip to content

Commit

Permalink
fix(fc-traits-memberships): missing import to Box
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Jan 5, 2025
1 parent 0551f26 commit 4c9ffd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions traits/memberships/src/impl_nonfungibles.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use crate::*;
use alloc::boxed::Box;
use core::marker::PhantomData;
use frame_support::{
pallet_prelude::DispatchError,
Expand Down
1 change: 1 addition & 0 deletions traits/memberships/src/impls.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
use super::*;
use alloc::boxed::Box;
use core::marker::PhantomData;
use frame_support::traits::Get;

Expand Down

0 comments on commit 4c9ffd5

Please sign in to comment.