fix: add vec macro import for runtime-benchmarks feature
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
pub mod migration;
|
pub mod migration;
|
||||||
|
|
||||||
use alloc::vec::Vec;
|
use alloc::{vec, vec::Vec};
|
||||||
use core::result;
|
use core::result;
|
||||||
use pezframe_support::{
|
use pezframe_support::{
|
||||||
dispatch::DispatchResult,
|
dispatch::DispatchResult,
|
||||||
|
|||||||
Reference in New Issue
Block a user