Find a file
Frank Steffahn 31241c77d1 Fix a code block containing ```rust
This wasn't displayed correctly.
Changing `` ```rust `` to `` ```rust`` made it a code block again,
but the leading space was rendered as-well.
(This may be an issue in mdbook, but I'm not sure.)

This commit changes it to use HTML-syntax in order to get the desired result.
2021-08-27 15:13:38 -05:00
src/doc/rustc-dev-guide Fix a code block containing ```rust 2021-08-27 15:13:38 -05:00