about summary refs log tree commit diff
path: root/tests/rustdoc-ui/intra-doc/import-inline-merge-module.rs
AgeCommit message (Collapse)AuthorLines
2023-03-21rustdoc: Cleanup parent module tracking for doc linksVadim Petrochenkov-0/+10
Keep ids of the documented items themselves, not their parent modules. Parent modules can be retreived from those ids when necessary.