Skip to content

Commit 14897af

Browse files
committed
---
yaml --- r: 187974 b: refs/heads/tmp c: fa4cb49 h: refs/heads/master v: v3
1 parent d0f5f47 commit 14897af

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
@@ -34,5 +34,5 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 0cea2b7c3c32ea5028227f85431f8af7636ef558
37+
refs/heads/tmp: fa4cb49b0475232d7e7eed2b77cdd017b762db8c
3838
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f

branches/tmp/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)