1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-30 16:40: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

@@ -1,5 +1,7 @@
use std::pin::Pin;
use std::task::{Context, Poll};
use std::{
pin::Pin,
task::{Context, Poll},
};
use bytes::Bytes;
use futures_core::Stream;