Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix master compilation (#3977)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Sep 30, 2021
1 parent cc24fb8 commit 80ae3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcm/pallet-xcm-benchmarks/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use xcm_executor::traits::FilterAssetLocation;
// An xcm sender/receiver akin to > /dev/null
pub struct DevNull;
impl xcm::opaque::latest::SendXcm for DevNull {
fn send_xcm(_: MultiLocation, _: Xcm<()>) -> SendResult {
fn send_xcm(_: impl Into<MultiLocation>, _: Xcm<()>) -> SendResult {
Ok(())
}
}
Expand Down

0 comments on commit 80ae3d8

Please sign in to comment.