From d14eb90dc9b0e696c83cdd5964f547451ce4a97d Mon Sep 17 00:00:00 2001 From: Denis Garus Date: Tue, 19 Sep 2023 20:06:35 +0300 Subject: [PATCH] Update misc/futures-bounded/src/map.rs Co-authored-by: Max Inden --- misc/futures-bounded/src/map.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/futures-bounded/src/map.rs b/misc/futures-bounded/src/map.rs index 4d187a0a4ba..cecf6070efe 100644 --- a/misc/futures-bounded/src/map.rs +++ b/misc/futures-bounded/src/map.rs @@ -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 {