fix clippy::ref_option

fix needless borrow

fix clippy::nonminimal_bool
This commit is contained in:
Jason Volk 2024-10-27 00:30:30 +00:00
parent 5e6dbaa27f
commit 9787dfe77c
11 changed files with 24 additions and 30 deletions

View file

@ -1,4 +1,5 @@
//! Synchronous combinator extensions to futures::TryStream
#![allow(clippy::type_complexity)]
use futures::{
future::{ready, Ready},