diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 | ||||
-rw-r--r-- | cli/doc/tests.rs | 1 |
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; |