mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-13 17:11:02 +00:00
Rename fmt to format
This commit is contained in:
@@ -616,7 +616,7 @@ fn deserialize_field_visitor(
|
||||
.collect();
|
||||
|
||||
quote_expr!(cx,
|
||||
match D::fmt() {
|
||||
match D::format() {
|
||||
$fmt_matches,
|
||||
_ => match value {
|
||||
$default_field_arms,
|
||||
|
||||
@@ -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