1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

Fix Clippy warnings

This commit is contained in:
Yuki Okushi
2020-02-27 11:20:30 +09:00
parent 7ba14fd113
commit f27dd19093
7 changed files with 7 additions and 13 deletions

View File

@ -8,7 +8,6 @@ use actix_codec::Decoder;
use bytes::{Buf, Bytes, BytesMut};
use http::header::{HeaderName, HeaderValue};
use http::{header, Method, StatusCode, Uri, Version};
use httparse;
use log::{debug, error, trace};
use crate::error::ParseError;