rust/src/librustdoc/html/render
Guillaume Gomez 6ac83e1808
Rollup merge of #85722 - GuillaumeGomez:trait-toggle, r=jsha
Fix trait methods' toggle

A `<details>` tag wasn't closed on trait methods, which created broken DOM. I also used this occasion to only generate the toggle in case there is documentation on the method.

r? `@jsha`
2021-05-27 20:08:17 +02:00
..
cache.rs Minimize amount of fake DefIds used in rustdoc 2021-05-15 13:21:35 +02:00
context.rs Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jsha 2021-05-12 17:19:28 +02:00
mod.rs Don't hide inherent implementations by default 2021-05-23 14:37:41 +02:00
print_item.rs * Fix bug where some <details> tags were not closed. 2021-05-26 14:35:39 +02:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
write_shared.rs Rollup merge of #84048 - konan8205:master, r=jsha 2021-05-26 13:30:54 +09:00