mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-08 16:17:22 +00:00
Rename fmt to format
This commit is contained in:
+1
-1
@@ -180,7 +180,7 @@ pub trait Serializer {
|
||||
where K: Serialize,
|
||||
V: Serialize;
|
||||
|
||||
fn fmt() -> &'static str {
|
||||
fn format() -> &'static str {
|
||||
""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user