mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 07:50:47 +00:00
Fix invalid removal of newlines from doc comments Fixes https://github.com/rust-lang/rust/issues/91201. Before:  After:  r? `@camelid`