Skip to content
Snippets Groups Projects
Commit c3a8d35d authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Fix master compilation (#3977)

parent 819849f0
No related merge requests found
......@@ -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(())
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment