From adca82c3a1012590c4e69e8bd6137fd88c403c8b Mon Sep 17 00:00:00 2001 From: Hayden Stainsby Date: Mon, 24 Jul 2023 11:05:13 +0200 Subject: [PATCH] fixed doc link --- console-subscriber/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console-subscriber/src/lib.rs b/console-subscriber/src/lib.rs index a5bf2d137..d9d39f53d 100644 --- a/console-subscriber/src/lib.rs +++ b/console-subscriber/src/lib.rs @@ -1064,7 +1064,7 @@ pub struct ServerParts { /// of the API to stop the aggregator task by calling [`abort`] on this /// object. /// -/// [`abort`]: fn@crate::Aggregator::abort +/// [`abort`]: fn@crate::AggregatorHandle::abort pub struct AggregatorHandle { join_handle: JoinHandle<()>, }