diff options
| author | Noah Lev <camelidcamel@gmail.com> | 2022-01-15 10:18:24 -0800 |
|---|---|---|
| committer | Noah Lev <camelidcamel@gmail.com> | 2022-01-15 10:18:24 -0800 |
| commit | 554c7659e8106ee3390ba9bbcc8b44950bda309d (patch) | |
| tree | a0cb00365324f50fca73f8260408ec033fb6da0b | |
| parent | 28d2353f3b1150313921916ae37a8525e9c2838d (diff) | |
| download | rust-554c7659e8106ee3390ba9bbcc8b44950bda309d.tar.gz rust-554c7659e8106ee3390ba9bbcc8b44950bda309d.zip | |
Fix broken link
| -rw-r--r-- | src/librustdoc/passes/collect_intra_doc_links.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/passes/collect_intra_doc_links.rs b/src/librustdoc/passes/collect_intra_doc_links.rs index adeafc0d758..8597940b34e 100644 --- a/src/librustdoc/passes/collect_intra_doc_links.rs +++ b/src/librustdoc/passes/collect_intra_doc_links.rs @@ -384,7 +384,7 @@ impl<'a, 'tcx> LinkCollector<'a, 'tcx> { /// In particular, this will return an error whenever there aren't three /// full path segments left in the link. /// - /// [enum struct variant]: hir::VariantData::Struct + /// [enum struct variant]: rustc_hir::VariantData::Struct fn variant_field<'path>( &self, path_str: &'path str, |
