Skip to content

Commit 0b14888

Browse files
committed
---
yaml --- r: 13470 b: refs/heads/master c: 1509b09 h: refs/heads/master v: v3
1 parent 6f890cc commit 0b14888

File tree

3 files changed

+3
-3
lines changed

3 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: c6462eec304ce9d786aab2d6a1314725490aeeaa
2+
refs/heads/master: 1509b091c4008b09a1387a59eeffe1269eefaf50
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/rustdoc/doc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type section = {
2222

2323
// FIXME: We currently give topmod the name of the crate. There would
2424
// 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)
2626
type cratedoc = {
2727
topmod: moddoc,
2828
};

trunk/src/rustdoc/reexport_pass.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fn build_reexport_def_map(
122122
def_map: ast_util::new_def_hash()
123123
};
124124

125-
// FIXME: Do a parallel fold
125+
// FIXME: Do a parallel fold (#2597)
126126
let fold = fold::fold({
127127
fold_mod: fold_mod,
128128
fold_nmod: fold_nmod

0 commit comments

Comments
 (0)