Make Value use the 'json' format string

This commit is contained in:
Hugo Duncan
2015-04-30 16:50:51 -04:00
parent c30311153c
commit a1e101b513
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -574,7 +574,7 @@ impl ser::Serializer for Serializer {
#[inline]
fn format() -> &'static str {
"value"
"json"
}
}
@@ -685,7 +685,7 @@ impl de::Deserializer for Deserializer {
#[inline]
fn format() -> &'static str {
"value"
"json"
}
}