Skip to content

Commit 30fb56b

Browse files
committed
---
yaml --- r: 11409 b: refs/heads/master c: 40cd1a7 h: refs/heads/master i: 11407: 8af6284 v: v3
1 parent 42d4dac commit 30fb56b

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 8b071ebe4c7cc1e986f15e5dca00c3ee7e31db3a
2+
refs/heads/master: 40cd1a7c455afc55be01a988ae0c55f3d07fbcf5
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)