about summary refs log tree commit diff
path: root/src/test/rustdoc/auxiliary/src-links-external.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2016-06-20rustdoc: Fix a couple of issues with src links to external cratesOliver Middleton-0/+11
- src links/redirects to extern fn from another crate had an extra '/'. - src links to `pub use` of a crate module had an extra '/'. - src links to renamed reexports from another crate used the new name for the link but should use the original name.