mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 04:55:22 +03:00
643231313a
Detect relative urls in tidy check This came up in #43631: there can be long relative urls in Markdown comments, that do not start with `http://` or `https://`, so the tidy check will not detect them as urls and complain about the line length. This PR adds detection of relative urls starting with `../`.