mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-24 15:15:34 -04:00
e013236bef
Fix display of long items in search results Fixes https://github.com/rust-lang/rust/issues/113060. You can test the result [here](https://rustdoc.crud.net/imperio/search-result-long-name/lib2/index.html). To make it a bit better, I also reduced a bit the size of the short documentation from half to 2 fifth of the width. r? `@notriddle`