difftreelog
doc(rmrk): fix an unfinished line
in: master
1 file changed
pallets/proxy-rmrk-core/src/misc.rsdiffbeforeafterboth19use super::*;19use super::*;20use codec::{Encode, Decode, Error};20use codec::{Encode, Decode, Error};212122/// Match errors from one type to another and return an error22/// Match an error to a provided pattern matcher and get23/// if a match is successful. This macro expects a pattern matcher23/// the corresponding error of another type if a match is successful.24#[macro_export]24#[macro_export]25macro_rules! map_unique_err_to_proxy {25macro_rules! map_unique_err_to_proxy {26 (match $err:ident { $($unique_err_ty:ident :: $unique_err:ident => $proxy_err:ident),+ $(,)? }) => {26 (match $err:ident { $($unique_err_ty:ident :: $unique_err:ident => $proxy_err:ident),+ $(,)? }) => {