We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8dc92e commit 3c43a39Copy full SHA for 3c43a39
src/message/verify.rs
@@ -32,7 +32,7 @@ impl<'a> fmt::Display for VerificationError<'a> {
32
}
33
VerificationError::MismatchedArgument(method, i, arg) => {
34
let expected = method.argument_type(i).unwrap();
35
- write!(f, "Method {:?} expected argument at index {} with type code {:?} but was given {:?}",
+ write!(f, "Method {:?} expected argument at index {} with type code {} but was given {}",
36
method.name(), i, expected, arg)
37
38
0 commit comments