mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +00:00
Update serde to 0.8 (fixes #12659)
This commit is contained in:
parent
a22913569c
commit
7ad51dcd7a
70 changed files with 919 additions and 778 deletions
|
@ -86,9 +86,6 @@ impl JsonPacketStream for TcpStream {
|
|||
serde_json::Error::Syntax(_, l, c) => {
|
||||
return Err(format!("syntax at {}:{}", l, c))
|
||||
},
|
||||
serde_json::Error::FromUtf8(e) => {
|
||||
return Err(e.description().to_owned())
|
||||
},
|
||||
},
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue