Skip to content

Commit 1509b09

Browse files
committed
Comments only: annotate FIXMEs in rustdoc
1 parent c6462ee commit 1509b09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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
};

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)