mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 19:17:58 +00:00
fix clippy (#1698)
This commit is contained in:
committed by
Bastian Köcher
parent
3eb24d4515
commit
66dfd2dcae
@@ -308,7 +308,7 @@ mod tests {
|
||||
|
||||
fn print_xcm<RuntimeCall>(xcm: &VersionedXcm<RuntimeCall>) {
|
||||
println!("-----------------");
|
||||
println!("xcm (plain): {:?}", xcm);
|
||||
println!("xcm (plain): {xcm:?}");
|
||||
println!("xcm (bytes): {:?}", xcm.encode());
|
||||
println!("xcm (hex): {:?}", hexdisplay::HexDisplay::from(&xcm.encode()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user