mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 20:25:46 +00:00
Fix an extra newline in rendered std doc Fixes #132564  (taken from the issue above) The problem with the formatting is due to that newline between `<code>` and `<svg>`. Any newlines outside of the code (i.e., within elements inside of it) are fine.