From 9252afd327c10d61a3d1cbf13ed2d45095ac37f8 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Thu, 5 Oct 2023 15:50:30 +0200 Subject: [PATCH] fix broken link --- src/types-and-traits.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types-and-traits.rst b/src/types-and-traits.rst index 600d2e91..e5c1a57f 100644 --- a/src/types-and-traits.rst +++ b/src/types-and-traits.rst @@ -890,7 +890,7 @@ A :t:`closure type` implicitly implements the :std:`core::marker::Send` :dp:`fls_5jh07heok8sy` A :t:`closure type` implicitly implements the :std:`core::marker::Sync` -:t:`trait` if all the :t:`[type]s` of the :t:`[value]s` of the :t:`capture +:t:`trait` if all the :t:`[type]s` of the :t:`[value]s` of the :t:`capturing environment` implement the :std:`core::marker::Send` :t:`trait`. .. _fls_airvr79xkcag: