mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Clippy fixes (#503)
This commit is contained in:
parent
4d4ab811bd
commit
5b11a3e30e
8 changed files with 12 additions and 17 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue