Clippy fixes (#503)

This commit is contained in:
Nikolay Kim 2025-01-15 18:27:00 +05:00 committed by GitHub
parent 4d4ab811bd
commit 5b11a3e30e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 12 additions and 17 deletions

View file

@ -14,7 +14,7 @@ mod select;
pub use self::either::Either;
pub use self::join::{join, join_all};
pub use self::lazy::{lazy, Lazy};
pub use self::on_drop::{OnDropFn, OnDropFutureExt};
pub use self::on_drop::{OnDropFn, OnDropFuture, OnDropFutureExt};
pub use self::ready::Ready;
pub use self::select::select;