File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: 8b071ebe4c7cc1e986f15e5dca00c3ee7e31db3a
5
+ refs/heads/try: 40cd1a7c455afc55be01a988ae0c55f3d07fbcf5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ fn default_par_fold<T:send>(ctxt: T) -> fold<T> {
109
109
// Just a convenient wrapper to convert back and forth between
110
110
// parallel and sequential folds for perf testing
111
111
fn default_any_fold < T : send > ( ctxt : T ) -> fold < T > {
112
- default_par_fold ( ctxt)
112
+ default_seq_fold ( ctxt)
113
113
}
114
114
115
115
fn default_seq_fold_crate < T > (
@@ -158,7 +158,7 @@ fn default_any_fold_mod<T:send>(
158
158
fold : fold < T > ,
159
159
doc : doc:: moddoc
160
160
) -> doc:: moddoc {
161
- default_par_fold_mod ( fold, doc)
161
+ default_seq_fold_mod ( fold, doc)
162
162
}
163
163
164
164
fn fold_itemtag < T > ( fold : fold < T > , doc : doc:: itemtag ) -> doc:: itemtag {
You can’t perform that action at this time.
0 commit comments