upgrade: Rust 1.43.0 (#4871)

This commit is contained in:
Bartek Iwańczuk 2020-04-23 20:12:44 +02:00 committed by GitHub
parent cb935a375c
commit da6d0c2760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -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'

View File

@ -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;