We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1254911 commit f84e1b7Copy full SHA for f84e1b7
src/serializers/extra.rs
@@ -431,7 +431,7 @@ impl CollectWarnings {
431
value_str.push_str("with value `");
432
crate::errors::write_truncated_to_50_bytes(&mut value_str, input_str.to_cow())
433
.expect("Writing to a `String` failed");
434
- value_str.push_str("`");
+ value_str.push('`');
435
436
self.add_warning(format!(
437
"Expected `{field_type}` but got `{type_name}` {value_str} - serialized value may not be as expected"
0 commit comments