Co-authored-by: Camelid <camelidcamel@gmail.com>
This commit is contained in:
Joshua Nelson 2021-01-10 16:31:37 -05:00 committed by GitHub
parent db0b416656
commit 21717f0c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ when the item is re-exported. If a link from another crate fails to resolve, no
warning is given. warning is given.
When re-exporting an item, rustdoc allows adding additional documentation to it. When re-exporting an item, rustdoc allows adding additional documentation to it.
That additional documentation will be resolved in scope of the re-export, not That additional documentation will be resolved in the scope of the re-export, not
the original, allowing you to link to items in the new crate. The new links the original, allowing you to link to items in the new crate. The new links
will still give a warning if they fail to resolve. will still give a warning if they fail to resolve.