mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
202be73aef
Fix Markdown issues in the docs * Since the switch to pulldown-cmark reference links need a blank line before the URLs. (#40912) * Reference link references are not case sensitive. * Doc comments need to be indented uniformly otherwise rustdoc gets confused.