Skip to content

Commit

Permalink
Rollup merge of #107494 - lebensterben:patch-1, r=JohnTitor
Browse files Browse the repository at this point in the history
fix link in std::path::Path::display()

The link `Debug` points to should be the trait `Debug`, not the macro `Debug`.
  • Loading branch information
JohnTitor authored Jan 31, 2023
2 parents e776a63 + 3c408d8 commit 150340b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2688,6 +2688,7 @@ impl Path {
/// escapes the path please use [`Debug`] instead.
///
/// [`Display`]: fmt::Display
/// [`Debug`]: fmt::Debug
///
/// # Examples
///
Expand Down

0 comments on commit 150340b

Please sign in to comment.