feat(de): Rename de::Error trait methods

This commit is contained in:
Erick Tryzelaar
2016-02-23 19:51:49 -08:00
parent 6caf8a0074
commit 118476b98b
11 changed files with 83 additions and 79 deletions
+1 -1
View File
@@ -911,7 +911,7 @@ fn deserialize_field_visitor(
Ok(s) => self.visit_str(s),
_ => {
Err(
::serde::de::Error::syntax(
::serde::de::Error::invalid_value(
"could not convert a byte string to a String"
)
)