From eb6fd4712b20be2675101fb1f9a071c58940090c Mon Sep 17 00:00:00 2001 From: Kornel Date: Thu, 31 Oct 2024 14:55:00 +0000 Subject: [PATCH] Doc link --- src/rewriter/settings.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rewriter/settings.rs b/src/rewriter/settings.rs index edcf42c5..ea5451ca 100644 --- a/src/rewriter/settings.rs +++ b/src/rewriter/settings.rs @@ -82,7 +82,7 @@ impl HandlerTypes for LocalHandlerTypes { } } -/// Marker type for sendable handlers. Use aliases from the `send` module. +/// Marker type for sendable handlers. Use aliases from the [`send`](crate::send) module. #[doc(hidden)] pub struct SendHandlerTypes {}