diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-11-09 19:21:24 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-09 19:21:24 +0530 |
| commit | 1d262cd71317709000c63d8e7e899b46f9aa33a5 (patch) | |
| tree | 91021618ad14f9799b6a3bf7a5209769ce22865e /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp | |
| parent | 2313d32c36db3cd29b34e5db99a8b1812ee52c04 (diff) | |
| parent | 57b229086e274c21e5544e6719271ae79a952194 (diff) | |
| download | rust-1d262cd71317709000c63d8e7e899b46f9aa33a5.tar.gz rust-1d262cd71317709000c63d8e7e899b46f9aa33a5.zip | |
Rollup merge of #103952 - ehuss:dont-intra-linkcheck-reference, r=Mark-Simulacrum
Don't intra linkcheck reference This removes the reference from the intra-doc link checks. This causes problems if any of the reference content needs to change, it causes the linkchecker to break. The reference has its own broken link check (https://github.com/rust-lang/reference/tree/master/style-check) which uses pulldown-cmark on the source to find actual broken links (instead of false-positives like this regex does). I think the intra-doc link check could potentially be removed completely, since I think rustdoc is now checking for them well enough. However, it may serve as a decent regression check.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
