fix clippy::ref_option
fix needless borrow fix clippy::nonminimal_bool
This commit is contained in:
parent
5e6dbaa27f
commit
9787dfe77c
11 changed files with 24 additions and 30 deletions
|
@ -1,4 +1,5 @@
|
|||
//! Synchronous combinator extensions to futures::TryStream
|
||||
#![allow(clippy::type_complexity)]
|
||||
|
||||
use futures::{
|
||||
future::{ready, Ready},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue