]> git.lizzy.rs Git - rust.git/commit
[WIP] Fix intra-doc links on pub re-exports
authorJoshua Nelson <jyn514@gmail.com>
Sat, 29 Aug 2020 20:32:17 +0000 (16:32 -0400)
committerJoshua Nelson <jyn514@gmail.com>
Sat, 29 Aug 2020 20:33:12 +0000 (16:33 -0400)
commit1b1935452f26593d07fa17ccbe3308901dda891b
treeac3e89b8b1d85674d7a999f09141ff25ee48ca32
parent1dc748fb3d2c54f536e6abd74f1ad34b3624f640
[WIP] Fix intra-doc links on pub re-exports

This removes the incorrect error, but doesn't show the documentation
anywhere.
src/librustdoc/passes/collect_intra_doc_links.rs
src/test/rustdoc/intra-link-pub-use.rs [new file with mode: 0644]