Commit 4a0170e
committed
Fix doctest failure on indented ∫ in doc comment
Rustdoc treated the indented formula block as a Rust doctest, which
failed with "unknown start of token: \u{222b}". Wrap the formulas in a
`text` code fence so rustdoc renders them verbatim.1 parent 1f976c3 commit 4a0170e
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2889 | 2889 | | |
2890 | 2890 | | |
2891 | 2891 | | |
2892 | | - | |
2893 | | - | |
| 2892 | + | |
| 2893 | + | |
| 2894 | + | |
| 2895 | + | |
2894 | 2896 | | |
2895 | 2897 | | |
2896 | 2898 | | |
| |||
0 commit comments