chore: upgrade remaining 2018 edition crates to 2021 edition (#5788)

This commit is contained in:
Taiki Endo
2023-06-12 02:21:50 +09:00
committed by GitHub
parent 6257712d68
commit af6c87a045
12 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ use futures::SinkExt;
use http::{header::HeaderValue, Request, Response, StatusCode};
#[macro_use]
extern crate serde_derive;
use std::{convert::TryFrom, env, error::Error, fmt, io};
use std::{env, error::Error, fmt, io};
use tokio::net::{TcpListener, TcpStream};
use tokio_stream::StreamExt;
use tokio_util::codec::{Decoder, Encoder, Framed};