fix nightly clippy issues (#1915)

This commit is contained in:
Svyatoslav Nikolsky
2023-02-27 11:19:23 +03:00
committed by Bastian Köcher
parent 882e10d7f5
commit f31b5d8634
@@ -90,7 +90,6 @@ macro_rules! select_bridge {
match $bridge {
RelayChain::Millau => {
type Target = relay_millau_client::Millau;
type TargetSign = relay_millau_client::Millau;
$generic
},