Skip to content

Commit 1cdf563

Browse files
committed
---
yaml --- r: 23217 b: refs/heads/master c: 1779ab4 h: refs/heads/master i: 23215: 3919965 v: v3
1 parent 5f76aa0 commit 1cdf563

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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: f7b35ebd351f03193006a43ddf8178dcb19b776b
2+
refs/heads/master: 1779ab4754d71859306e11d9893d071c35ce691f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/src/rustdoc/markdown_pass.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,9 @@ fn write_markdown(
8383
doc: doc::doc,
8484
+writer_factory: writer_factory
8585
) {
86-
do par::map(doc.pages) |page| {
86+
// FIXME #2484: There is easy parallelism to be had here but
87+
// we don't want to spawn too many pandoc processes
88+
do doc.pages.map |page| {
8789
let ctxt = {
8890
w: writer_factory(page)
8991
};

0 commit comments

Comments
 (0)