mirror of
https://github.com/actix/actix-web.git
synced 2024-12-17 13:46:36 +00:00
Make fmt lint happy
This commit is contained in:
parent
09b460c72e
commit
a6b5c9893d
1 changed files with 1 additions and 2 deletions
|
@ -8,6 +8,7 @@ use std::{
|
|||
|
||||
use bytes::{BufMut, Bytes, BytesMut};
|
||||
|
||||
use super::big_bytes::BigBytes;
|
||||
use crate::{
|
||||
body::BodySize,
|
||||
header::{
|
||||
|
@ -16,8 +17,6 @@ use crate::{
|
|||
helpers, ConnectionType, RequestHeadType, Response, ServiceConfig, StatusCode, Version,
|
||||
};
|
||||
|
||||
use super::big_bytes::BigBytes;
|
||||
|
||||
const AVERAGE_HEADER_SIZE: usize = 30;
|
||||
|
||||
#[derive(Debug)]
|
||||
|
|
Loading…
Reference in a new issue