Skip to content

Commit a965960

Browse files
committed
fix build error
Signed-off-by: Iulian Barbu <[email protected]>
1 parent 09290c8 commit a965960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polkadot/xcm/pallet-xcm-benchmarks/src/generic/benchmarking.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ use super::*;
1818
use crate::{account_and_location, new_executor, EnsureDelivery, XcmCallOf};
1919
use alloc::{vec, vec::Vec};
2020
use codec::Encode;
21-
use frame_benchmarking::{benchmarks, BenchmarkError};
21+
use frame_benchmarking::{benchmarks, BenchmarkError, BenchmarkResult};
2222
use frame_support::{traits::fungible::Inspect, BoundedVec};
2323
use xcm::{
2424
latest::{prelude::*, MaxDispatchErrorLen, MaybeErrorCode, Weight, MAX_ITEMS_IN_ASSETS},

0 commit comments

Comments
 (0)