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