-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Otherwise we get lots of log spam like the below. Not a massive problem, but might as well clean up. ``` warning: redundant explicit link target --> gazebo/dupe/src/lib.rs:28:70 | 28 | /// Like [`Clone`](Clone), but should only be available if [`Clone`](Clone) is | ------- ^^^^^ explicit target is redundant | | | because label contains path that resolves to same destination | = note: when a link's destination is not specified, the label is used to resolve intra-doc links help: remove explicit link target | 28 | /// Like [`Clone`](Clone), but should only be available if [`Clone`] is | ~~~~~~~~~ ``` Reviewed By: wendy728 Differential Revision: D52295432 fbshipit-source-id: 44b17ba7e536198bc4c5d6c134c7660c5d165366
- Loading branch information
1 parent
f3b739c
commit 05e0751
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters