Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 6c86eba

Browse files
camelidjyn514
andcommitted
Remove FIXME
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 75705ab commit 6c86eba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/librustdoc/passes/collect_intra_doc_links.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,6 @@ impl<'a, 'tcx> DocFolder for LinkCollector<'a, 'tcx> {
768768
use rustc_middle::ty::DefIdTree;
769769

770770
let parent_node = if item.is_fake() {
771-
// FIXME: is this correct?
772771
None
773772
} else {
774773
find_nearest_parent_module(self.cx.tcx, item.def_id)

0 commit comments

Comments
 (0)