Skip to content

Commit 554c765

Browse files
committed
Fix broken link
1 parent 28d2353 commit 554c765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/passes/collect_intra_doc_links.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ impl<'a, 'tcx> LinkCollector<'a, 'tcx> {
384384
/// In particular, this will return an error whenever there aren't three
385385
/// full path segments left in the link.
386386
///
387-
/// [enum struct variant]: hir::VariantData::Struct
387+
/// [enum struct variant]: rustc_hir::VariantData::Struct
388388
fn variant_field<'path>(
389389
&self,
390390
path_str: &'path str,

0 commit comments

Comments
 (0)