]> git.lizzy.rs Git - rust.git/commit
rustdoc: Fix and improve line break hints with the <wbr> tag
authorPiotr Czarnecki <pioczarn@gmail.com>
Sun, 17 Aug 2014 18:28:20 +0000 (19:28 +0100)
committerPiotr Czarnecki <pioczarn@gmail.com>
Sun, 17 Aug 2014 18:28:20 +0000 (19:28 +0100)
commit958250c0e5144c4fb07e80eb1742d810687bd80e
tree03a9b8d163376dc4515087a51982c39240da1c53
parentec9476cd63af58d55e552532d14040d972392bd6
rustdoc: Fix and improve line break hints with the <wbr> tag

Prevents zero-width spaces from appearing in copy-pasted paths.

Puts line breaks after `::`.

Fixes #16555
src/librustdoc/html/render.rs