rust/tests/rustdoc/deref
Michael Howell 2299ba1ca2 rustdoc: fix weird margins between Deref impl items
In the old setup, if the dereffed-to item has multiple impl blocks,
each one gets its own `div.impl-items` in the section, but there
are no headers separating them. Since the last method in a
`div.impl-items` has no bottom margin, and there are no margins
between these divs, there is no margin between the last method
of one impl and the first method of the following impl.

This patch fixes it by simplifying the HTML. Each Deref block gets
exactly one `div.impl-items`, no matter how many impl blocks it
actually has.
2023-04-28 13:16:10 -07:00
..
deref-const-fn.rs rustdoc: move deref tests into a directory 2023-04-28 12:54:26 -07:00
deref-multiple-impl-blocks.rs rustdoc: fix weird margins between Deref impl items 2023-04-28 13:16:10 -07:00
deref-mut-methods.rs rustdoc: move deref tests into a directory 2023-04-28 12:54:26 -07:00
deref-recursive-pathbuf.rs rustdoc: move deref tests into a directory 2023-04-28 12:54:26 -07:00
deref-recursive.rs rustdoc: move deref tests into a directory 2023-04-28 12:54:26 -07:00
deref-slice-core.rs rustdoc: move deref tests into a directory 2023-04-28 12:54:26 -07:00
deref-to-primitive.rs rustdoc: move deref tests into a directory 2023-04-28 12:54:26 -07:00
deref-typedef.rs rustdoc: move deref tests into a directory 2023-04-28 12:54:26 -07:00
escape-deref-methods.rs rustdoc: move deref tests into a directory 2023-04-28 12:54:26 -07:00
issue-100679-sidebar-links-deref.rs rustdoc: move deref tests into a directory 2023-04-28 12:54:26 -07:00
recursive-deref-sidebar.rs rustdoc: move deref tests into a directory 2023-04-28 12:54:26 -07:00
recursive-deref.rs rustdoc: move deref tests into a directory 2023-04-28 12:54:26 -07:00