From da6d0c27605961ce797b6c9aca6807147c165a8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 23 Apr 2020 20:12:44 +0200 Subject: upgrade: Rust 1.43.0 (#4871) --- cli/doc/tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/doc') diff --git a/cli/doc/tests.rs b/cli/doc/tests.rs index d87aafcca..af65d179a 100644 --- a/cli/doc/tests.rs +++ b/cli/doc/tests.rs @@ -1,7 +1,6 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. use super::DocParser; use crate::colors; -use serde_json; use serde_json::json; use super::parser::DocFileLoader; -- cgit v1.2.3