From fa4cb49b0475232d7e7eed2b77cdd017b762db8c Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 23 Feb 2015 01:56:52 +0200 Subject: [PATCH] doc: I learnt from review that this is now implemented --- src/libstd/thread.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libstd/thread.rs b/src/libstd/thread.rs index fb7386f18e7ea..ce1ba3a43641a 100644 --- a/src/libstd/thread.rs +++ b/src/libstd/thread.rs @@ -92,10 +92,6 @@ //! return the result produced by the thread. A handle to the thread //! itself is available via the `thread` method of the join guard. //! -//! (Note: eventually, the `scoped` constructor will allow the parent and child -//! threads to data that lives on the parent thread's stack, but some language -//! changes are needed before this is possible.) -//! //! ## Configuring threads //! //! A new thread can be configured before it is spawned via the `Builder` type,