AddressPointMismatch
fix format
This commit is contained in:
parent
ba87a07ce6
commit
7a88f17c36
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user