]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34477 - ollie27:patch-1, r=GuillaumeGomez
authorbors <bors@rust-lang.org>
Mon, 27 Jun 2016 13:43:49 +0000 (06:43 -0700)
committerGitHub <noreply@github.com>
Mon, 27 Jun 2016 13:43:49 +0000 (06:43 -0700)
commit126af085be2b760b859d073d8aff164572ef7d4a
treec571b2f9800393a01e3d9026ad6fc4b85fdab389
parentf019e381fe539960a0f807acd655fa7f83538eb0
parent27e4ecd721360b44997ba2d99f41554a43be87d1
Auto merge of #34477 - ollie27:patch-1, r=GuillaumeGomez

rustdoc: Fix search result layout for enum variants and struct fields

This was broken in #34234.

For example:
[before](https://doc.rust-lang.org/nightly/std/?search=cow%3A%3Aborrowed) [after](https://ollie27.github.io/rust_doc_test/std/?search=cow%3A%3Aborrowed)
[before](https://doc.rust-lang.org/nightly/std/?search=range%3A%3Astart) [after](https://ollie27.github.io/rust_doc_test/std/?search=range%3A%3Astart)

cc @GuillaumeGomez