Commit 9f9577c
authored
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``1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
428 | 430 | | |
429 | 431 | | |
430 | 432 | | |
| |||
0 commit comments