From 599a11fc1f7c344cb6e0d32086c557f71b773f86 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 24 Dec 2025 08:42:20 +0300 Subject: [PATCH] fix: add vec macro import for runtime-benchmarks feature --- pezkuwi/runtime/common/src/paras_registrar/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pezkuwi/runtime/common/src/paras_registrar/mod.rs b/pezkuwi/runtime/common/src/paras_registrar/mod.rs index 2a68d7a0..a867774d 100644 --- a/pezkuwi/runtime/common/src/paras_registrar/mod.rs +++ b/pezkuwi/runtime/common/src/paras_registrar/mod.rs @@ -19,7 +19,7 @@ pub mod migration; -use alloc::vec::Vec; +use alloc::{vec, vec::Vec}; use core::result; use pezframe_support::{ dispatch::DispatchResult,