Files
rust/tests/rustdoc
Heath Dutton🕴️ b2f19eac2f rustdoc: fix duplicate Re-exports sections
When a module contains both `pub extern crate` and `pub use` items,
they were being rendered under two separate "Re-exports" section
headers instead of one. This happened because the code iterated over
each ItemType separately and rendered a section header for each,
even though both ExternCrate and Import map to the same ItemSection.

This fix tracks the current section and only renders a new header
when the section actually changes, consolidating items that belong
to the same section under a single header.
2025-12-25 12:31:23 -05:00
..
2025-11-26 16:33:13 +09:00
2025-08-23 11:27:03 +02:00
2025-02-23 22:24:00 +05:30
2025-10-28 15:44:52 +01:00
2024-06-24 11:08:41 +02:00
2024-11-03 18:59:31 +00:00
2025-01-18 20:29:55 +01:00
2024-09-23 09:21:39 -07:00
2025-01-18 20:29:55 +01:00
2025-01-18 20:29:55 +01:00
2025-12-20 00:32:56 +01:00
2025-01-18 20:29:55 +01:00
2024-08-05 11:04:51 +02:00
2025-01-18 20:29:55 +01:00
2024-09-23 09:21:39 -07:00