about summary refs log tree commit diff
path: root/tests/rustdoc-json/pub_mod_in_private_mod.rs
AgeCommit message (Collapse)AuthorLines
2025-03-21tests/rustdoc-json: replace `$.index[*][?` with `$.index[?`Alona Enraght-Moony-1/+1
Done automatically with VSCode.
2024-08-08rustdoc: fixed #101105schvv31n-0/+6
modules are now stripped based on the same logic that's used to strip other item kinds