We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6462ee commit 1509b09Copy full SHA for 1509b09
src/rustdoc/doc.rs
@@ -22,7 +22,7 @@ type section = {
22
23
// FIXME: We currently give topmod the name of the crate. There would
24
// probably be fewer special cases if the crate had its own name and
25
-// topmod's name was the empty string.
+// topmod's name was the empty string. (#2596)
26
type cratedoc = {
27
topmod: moddoc,
28
};
src/rustdoc/reexport_pass.rs
@@ -122,7 +122,7 @@ fn build_reexport_def_map(
122
def_map: ast_util::new_def_hash()
123
124
125
- // FIXME: Do a parallel fold
+ // FIXME: Do a parallel fold (#2597)
126
let fold = fold::fold({
127
fold_mod: fold_mod,
128
fold_nmod: fold_nmod
0 commit comments