Skip to content

Commit 8f0ce5d

Browse files
camelidjyn514
authored andcommitted
Remove FIXME
Co-authored-by: Joshua Nelson <[email protected]>
1 parent e9ae18d commit 8f0ce5d

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)