mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 11:02:07 +03:00
e65b36110f
This patch avoids hard-to-click single character links by making the generic part of the link: Before: <a href="#">&</a>T After: <a href="#">&T</a>