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

remove crate level clippy lint

This commit is contained in:
Rob Ede
2021-12-22 07:16:07 +00:00
parent 17f636a183
commit 64c2e5e1cd
6 changed files with 12 additions and 9 deletions

View File

@ -59,6 +59,7 @@ impl From<Message<RequestHead>> for Request<PayloadStream> {
impl Request<PayloadStream> {
/// Create new Request instance
#[allow(clippy::new_without_default)]
pub fn new() -> Request<PayloadStream> {
Request {
head: Message::new(),