mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
da5a1d7684
Improve doc comment unicode guidance Fixes rust-lang/rust#153096 This PR does not suggest HTML bidi markup, because doc comments are still Rust source first, not only rendered rustdoc output. HTML only helps in the rendered documentation rather than making them explicit in source.