mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
d20affbf8d
Fix invalid removal of newlines from doc comments Fixes https://github.com/rust-lang/rust/issues/91201. Before:  After:  r? `@camelid`