]> git.lizzy.rs Git - rust.git/commit
Merge #6980
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Sun, 10 Jan 2021 10:02:10 +0000 (10:02 +0000)
committerGitHub <noreply@github.com>
Sun, 10 Jan 2021 10:02:10 +0000 (10:02 +0000)
commit6a0a47dd1492975959f6719202c3fb175df0349c
tree703f5163b43e4964645b102e0152ed8510ee6e5e
parent4fddf40f5bd51066e3201f319f7a5c1466483b4d
parent65c45083cf01d3a189b28e964254e82680d90ba3
Merge #6980

6980: Implement to support intra-doc link r=matklad a=sasurau4

Helps with #6168

This PR is very limited implementation to support intra-doc. It only support links indicate same file function.

I want someone to feedback me about this implementation. If the approach is good, I will continue this PR to support other symbols like enum and struct.

Co-authored-by: Daiki Ihara <sasurau4@gmail.com>