File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: c6462eec304ce9d786aab2d6a1314725490aeeaa
2
+ refs/heads/master: 1509b091c4008b09a1387a59eeffe1269eefaf50
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ type section = {
22
22
23
23
// FIXME: We currently give topmod the name of the crate. There would
24
24
// probably be fewer special cases if the crate had its own name and
25
- // topmod's name was the empty string.
25
+ // topmod's name was the empty string. (#2596)
26
26
type cratedoc = {
27
27
topmod : moddoc ,
28
28
} ;
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ fn build_reexport_def_map(
122
122
def_map: ast_util:: new_def_hash( )
123
123
} ;
124
124
125
- // FIXME: Do a parallel fold
125
+ // FIXME: Do a parallel fold (#2597)
126
126
let fold = fold:: fold( {
127
127
fold_mod: fold_mod,
128
128
fold_nmod: fold_nmod
You can’t perform that action at this time.
0 commit comments