mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-22 14:55:41 +00:00
fix clippy (#1698)
This commit is contained in:
committed by
Bastian Köcher
parent
3eb24d4515
commit
66dfd2dcae
@@ -495,8 +495,7 @@ fn validate_out_msgs_details<C: Chain>(
|
||||
) -> Result<(), SubstrateError> {
|
||||
let make_missing_nonce_error = |expected_nonce| {
|
||||
Err(SubstrateError::Custom(format!(
|
||||
"Missing nonce {} in message_details call result. Expected all nonces from {:?}",
|
||||
expected_nonce, nonces,
|
||||
"Missing nonce {expected_nonce} in message_details call result. Expected all nonces from {nonces:?}",
|
||||
)))
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user