Skip to content

Commit f84e1b7

Browse files
committed
clippy
1 parent 1254911 commit f84e1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serializers/extra.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ impl CollectWarnings {
431431
value_str.push_str("with value `");
432432
crate::errors::write_truncated_to_50_bytes(&mut value_str, input_str.to_cow())
433433
.expect("Writing to a `String` failed");
434-
value_str.push_str("`");
434+
value_str.push('`');
435435

436436
self.add_warning(format!(
437437
"Expected `{field_type}` but got `{type_name}` {value_str} - serialized value may not be as expected"

0 commit comments

Comments
 (0)