mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 02:31:03 +00:00
resolve clippy err
This commit is contained in:
@@ -223,7 +223,6 @@ async fn build_unstable_client<T: Config>(
|
|||||||
// ensure that the message makes it to some logs.
|
// ensure that the message makes it to some logs.
|
||||||
eprintln!("Error driving unstable backend in tests (will panic): {e}");
|
eprintln!("Error driving unstable backend in tests (will panic): {e}");
|
||||||
panic!("Error driving unstable backend in tests: {e}");
|
panic!("Error driving unstable backend in tests: {e}");
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user