mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-30 17:48:03 +00:00
Rename fmt to format
This commit is contained in:
+1
-1
@@ -465,7 +465,7 @@ impl<Iter> de::Deserializer for Deserializer<Iter>
|
||||
}
|
||||
|
||||
#[inline]
|
||||
fn fmt() -> &'static str {
|
||||
fn format() -> &'static str {
|
||||
"json"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user