diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-04-23 20:12:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-23 14:12:44 -0400 |
commit | da6d0c27605961ce797b6c9aca6807147c165a8b (patch) | |
tree | 1cbe6b6ec7511f514b95d7f97b3c7a16f57e07be /cli/doc/tests.rs | |
parent | cb935a375cca7a4d80ba7dd81b90f6adbdd0f39b (diff) |
upgrade: Rust 1.43.0 (#4871)
Diffstat (limited to 'cli/doc/tests.rs')
-rw-r--r-- | cli/doc/tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |