Skip to content

Commit 2c20dae

Browse files
committed
---
yaml --- r: 10490 b: refs/heads/snap-stage3 c: 1509b09 h: refs/heads/master v: v3
1 parent f8b5feb commit 2c20dae

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,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: c6462eec304ce9d786aab2d6a1314725490aeeaa
4+
refs/heads/snap-stage3: 1509b091c4008b09a1387a59eeffe1269eefaf50
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/snap-stage3/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
};

branches/snap-stage3/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)