From 7ad51dcd7aff7658914bcbdde0800fc2f87d9fa5 Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Fri, 12 Aug 2016 14:46:25 +0200 Subject: Update serde to 0.8 (fixes #12659) --- components/devtools/protocol.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'components/devtools/protocol.rs') diff --git a/components/devtools/protocol.rs b/components/devtools/protocol.rs index b385f396c1b..eb46ed38489 100644 --- a/components/devtools/protocol.rs +++ b/components/devtools/protocol.rs @@ -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()) - }, }, }; }, -- cgit v1.2.3