Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rollup merge of rust-lang#83645 - pickfire:patch-3, r=GuillaumeGomez
Wrap non-pre code blocks Fix rust-lang#83550 regression ``` $ cargo new --lib whitespace && cd whitespace && echo '//! `" foo "`' > src/lib.rs && cargo doc --open ``` Before  After  r? `@GuillaumeGomez` cc `@mgeisler`
- Loading branch information