Commit b4d29af
committed
Auto merge of rust-lang#104292 - GuillaumeGomez:fix-missing-reexports-doc-comments, r=notriddle
Fix missing reexports' doc comments
Fixes rust-lang#81893.
The issue was that an import directly "links" to the target without the intermediate imports. Unfortunately, to fix this bug we need to go through them one by one. To do so, I take the import path direct parent (so `b` in `a::b::c`) and then look for `c` into it.
r? `@notriddle`File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments