AddressPointMismatch fix format

This commit is contained in:
AF 2023-06-30 20:01:43 +00:00
parent ba87a07ce6
commit 7a88f17c36

View File

@ -52,7 +52,7 @@ impl<'a> Display for CastError<'a> {
index,
} => write!(
f,
"address mismatch at index {}: {}>={}",
"address mismatch at index {}: {}!={}",
index,
hex::encode(expected),
hex::encode(received),