mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
clippy
This commit is contained in:
parent
d997890c8f
commit
630942bc68
6 changed files with 64 additions and 87 deletions
|
@ -550,10 +550,9 @@ impl<T, U> FramedParts<T, U> {
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use bytes::Bytes;
|
||||
use futures::future::lazy;
|
||||
use futures::Sink;
|
||||
use futures::{future::lazy, Sink};
|
||||
use ntex::testing::Io;
|
||||
use ntex_bytes::Bytes;
|
||||
|
||||
use super::*;
|
||||
use crate::BytesCodec;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue