Skip to content

Commit f09156e

Browse files
committed
---
yaml --- r: 14415 b: refs/heads/try c: 40cd1a7 h: refs/heads/master i: 14413: e23ebd5 14411: 3e902c3 14407: eec73ee 14399: 4e7881e v: v3
1 parent 321768e commit f09156e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 8b071ebe4c7cc1e986f15e5dca00c3ee7e31db3a
5+
refs/heads/try: 40cd1a7c455afc55be01a988ae0c55f3d07fbcf5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustdoc/fold.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ fn default_par_fold<T:send>(ctxt: T) -> fold<T> {
109109
// Just a convenient wrapper to convert back and forth between
110110
// parallel and sequential folds for perf testing
111111
fn default_any_fold<T:send>(ctxt: T) -> fold<T> {
112-
default_par_fold(ctxt)
112+
default_seq_fold(ctxt)
113113
}
114114

115115
fn default_seq_fold_crate<T>(
@@ -158,7 +158,7 @@ fn default_any_fold_mod<T:send>(
158158
fold: fold<T>,
159159
doc: doc::moddoc
160160
) -> doc::moddoc {
161-
default_par_fold_mod(fold, doc)
161+
default_seq_fold_mod(fold, doc)
162162
}
163163

164164
fn fold_itemtag<T>(fold: fold<T>, doc: doc::itemtag) -> doc::itemtag {

0 commit comments

Comments
 (0)