fix clippy::ref_option
fix needless borrow fix clippy::nonminimal_bool
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//! Extended external extensions to futures::TryFutureExt
|
||||
#![allow(clippy::type_complexity)]
|
||||
|
||||
use futures::{
|
||||
future::{MapOkOrElse, UnwrapOrElse},
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
//! Synchronous combinator extensions to futures::Stream
|
||||
#![allow(clippy::type_complexity)]
|
||||
|
||||
use futures::{
|
||||
future::{ready, Ready},
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
//! Synchronous combinator extensions to futures::TryStream
|
||||
#![allow(clippy::type_complexity)]
|
||||
|
||||
use futures::{
|
||||
future::{ready, Ready},
|
||||
|
||||
Reference in New Issue
Block a user