Skip to content

Commit 74fa67c

Browse files
committed
---
yaml --- r: 16087 b: refs/heads/try c: 3f0358b h: refs/heads/master i: 16085: a149f8b 16083: 3604e41 16079: 8c98f20 v: v3
1 parent b4a875b commit 74fa67c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 7b36d66049e055306e96d912e9e8fb8fb1eda8ec
5+
refs/heads/try: 3f0358bc5cbdde0ea511f117e39f97bd40f82dc1
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/libcore/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ fn spawn_listener<A:send>(+f: fn~(comm::port<A>)) -> comm::chan<A> {
384384
};
385385
// Likewise, the parent has both a 'po' and 'ch'
386386
387-
This function is equivalent to `run_listener(new_builder(), f)`.
387+
This function is equivalent to `run_listener(builder(), f)`.
388388
"];
389389

390390
run_listener(builder(), f)

0 commit comments

Comments
 (0)