Skip to content

Commit

Permalink
Update misc/futures-bounded/src/map.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Max Inden <mail@max-inden.de>
  • Loading branch information
dgarus and mxinden committed Sep 19, 2023
1 parent 3b8b07d commit d14eb90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/futures-bounded/src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use futures_util::{FutureExt, StreamExt};

use crate::Timeout;

/// Represents a map of [Future]s.
/// Represents a map of [`Future`]s.
///
/// Each future must finish within the specified time and the map never outgrows its capacity.
pub struct FuturesMap<ID, O> {
Expand Down

0 comments on commit d14eb90

Please sign in to comment.