Skip to content

Commit

Permalink
fix(fc-traits-gas-tank): missing import to Box in impl_nonfungibles
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Jan 5, 2025
1 parent 4dfad85 commit 42e047c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion traits/gas-tank/src/impl_nonfungibles.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use alloc::boxed::Box;
use codec::alloc;
use core::marker::PhantomData;

use frame_support::traits::Get;
use frame_support::{
pallet_prelude::{Decode, Encode},
Expand Down

0 comments on commit 42e047c

Please sign in to comment.