mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-19 11:01:12 +00:00
Rename fmt to format
This commit is contained in:
@@ -533,7 +533,7 @@ fn serialize_struct_visitor<I>(
|
||||
.collect::<Vec<_>>();
|
||||
quote_expr!(cx,
|
||||
{
|
||||
match S::fmt() {
|
||||
match S::format() {
|
||||
$arms,
|
||||
_ => $default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user