Skip to content

Commit

Permalink
Rollup merge of rust-lang#103952 - ehuss:dont-intra-linkcheck-referen…
Browse files Browse the repository at this point in the history
…ce, 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.
  • Loading branch information
Dylan-DPC committed Nov 9, 2022
2 parents f06b6b6 + 4583071 commit b6e0a5d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit b6e0a5d

Please sign in to comment.