AddressPointMismatch
fix format
This commit is contained in:
parent
ba87a07ce6
commit
7a88f17c36
@ -52,7 +52,7 @@ impl<'a> Display for CastError<'a> {
|
|||||||
index,
|
index,
|
||||||
} => write!(
|
} => write!(
|
||||||
f,
|
f,
|
||||||
"address mismatch at index {}: {}>={}",
|
"address mismatch at index {}: {}!={}",
|
||||||
index,
|
index,
|
||||||
hex::encode(expected),
|
hex::encode(expected),
|
||||||
hex::encode(received),
|
hex::encode(received),
|
||||||
|
Loading…
Reference in New Issue
Block a user