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 dbdad0d
Showing 1 changed file with 1 addition and 0 deletions.
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 dbdad0d

Please sign in to comment.