Skip to content

Commit

Permalink
Add #[doc(inline)] to export of SelectAll (#2442)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored May 12, 2021
1 parent 1759a7f commit b50993d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions futures-util/src/stream/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ pub use self::futures_unordered::FuturesUnordered;
pub mod select_all;
#[cfg(not(futures_no_atomic_cas))]
#[cfg(feature = "alloc")]
#[doc(inline)]
pub use self::select_all::{select_all, SelectAll};

#[cfg(not(futures_no_atomic_cas))]
Expand Down

0 comments on commit b50993d

Please sign in to comment.