Rename fmt to format

This commit is contained in:
Hugo Duncan
2015-04-30 16:43:33 -04:00
parent a935ebe8b9
commit c30311153c
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -465,7 +465,7 @@ impl<Iter> de::Deserializer for Deserializer<Iter>
}
#[inline]
fn fmt() -> &'static str {
fn format() -> &'static str {
"json"
}
}