Skip to content

Commit 4eec445

Browse files
committed
---
yaml --- r: 185633 b: refs/heads/master c: fa4cb49 h: refs/heads/master i: 185631: adcdeb5 v: v3
1 parent 75efa07 commit 4eec445

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0cea2b7c3c32ea5028227f85431f8af7636ef558
2+
refs/heads/master: fa4cb49b0475232d7e7eed2b77cdd017b762db8c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 3a96d6a9818fe2affc98a187fb1065120458cee9
55
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77

trunk/src/libstd/thread.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,6 @@
9292
//! return the result produced by the thread. A handle to the thread
9393
//! itself is available via the `thread` method of the join guard.
9494
//!
95-
//! (Note: eventually, the `scoped` constructor will allow the parent and child
96-
//! threads to data that lives on the parent thread's stack, but some language
97-
//! changes are needed before this is possible.)
98-
//!
9995
//! ## Configuring threads
10096
//!
10197
//! A new thread can be configured before it is spawned via the `Builder` type,

0 commit comments

Comments
 (0)