Skip to content

Commit

Permalink
Fix linkchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmcm committed Mar 1, 2018
1 parent fc2e4e7 commit 2ce2b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1089,8 +1089,8 @@ impl fmt::Display for ExitStatus {
/// For the platform's canonical successful and unsuccessful codes, see
/// the [`SUCCESS`] and [`FAILURE`] associated items.
///
/// [`SUCCESS`]: #constant.SUCCESS
/// [`FAILURE`]: #constant.FAILURE
/// [`SUCCESS`]: #associatedconstant.SUCCESS
/// [`FAILURE`]: #associatedconstant.FAILURE
///
/// **Warning**: While various forms of this were discussed in [RFC #1937],
/// it was ultimately cut from that RFC, and thus this type is more subject
Expand Down

0 comments on commit 2ce2b40

Please sign in to comment.