mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 22:58:02 +00:00
feat(de): Rename de::Error trait methods
This commit is contained in:
@@ -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"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user