summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-04-23 20:12:44 +0200
committerGitHub <noreply@github.com>2020-04-23 14:12:44 -0400
commitda6d0c27605961ce797b6c9aca6807147c165a8b (patch)
tree1cbe6b6ec7511f514b95d7f97b3c7a16f57e07be
parentcb935a375cca7a4d80ba7dd81b90f6adbdd0f39b (diff)
upgrade: Rust 1.43.0 (#4871)
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--cli/doc/tests.rs1
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d6b4658d5..c6c36605c 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -58,7 +58,7 @@ jobs:
- name: Install rust
uses: hecrj/setup-rust-action@v1
with:
- rust-version: "1.42.0"
+ rust-version: "1.43.0"
- name: Install clippy and rustfmt
if: matrix.config.kind == 'lint'
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;