From 01949b505b3ff6176f4c3ffaf78bc52fa1eea02b Mon Sep 17 00:00:00 2001 From: Wesley Merkel Date: Fri, 11 Dec 2020 14:05:05 -0600 Subject: [PATCH] Fix link in typo in src/task/mod.rs --- src/task/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/task/mod.rs b/src/task/mod.rs index ca0b92a0..440f6ddc 100644 --- a/src/task/mod.rs +++ b/src/task/mod.rs @@ -103,7 +103,7 @@ //! the desired task name to [`Builder::name`]. To retrieve the task name from within the //! task, use [`Task::name`]. //! -//! [`Arc`]: ../gsync/struct.Arc.html +//! [`Arc`]: ../sync/struct.Arc.html //! [`spawn`]: fn.spawn.html //! [`JoinHandle`]: struct.JoinHandle.html //! [`JoinHandle::task`]: struct.JoinHandle.html#method.task