chore: fix ci failure on master (#2593)

* Fix clippy warnings
* Pin rustc version to 1.43.1 in macOS

Refs: https://github.com/rust-lang/rust/issues/73030
This commit is contained in:
Taiki Endo
2020-06-07 20:38:02 +09:00
committed by GitHub
parent be4577e22f
commit 4010335c84
11 changed files with 14 additions and 14 deletions
-1
View File
@@ -18,7 +18,6 @@ use futures::SinkExt;
use http::{header::HeaderValue, Request, Response, StatusCode};
#[macro_use]
extern crate serde_derive;
use serde_json;
use std::{env, error::Error, fmt, io};
use tokio::net::{TcpListener, TcpStream};
use tokio::stream::StreamExt;