From e682b09e94a19621be7a68cef69b4a4812a1340e Mon Sep 17 00:00:00 2001 From: daxpedda Date: Mon, 29 Jan 2024 12:09:39 +0100 Subject: [PATCH] Link to crate in `web-time::web` --- src/web.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/web.rs b/src/web.rs index cf9b66e..4890453 100644 --- a/src/web.rs +++ b/src/web.rs @@ -1,4 +1,4 @@ -//! Platform-specific extensions to `web-time` for the Web platform. +//! Platform-specific extensions to [`web-time`](crate) for the Web platform. #![allow(clippy::absolute_paths)]