fix link in std::path::Path::display()
The link `Debug` points to should be the trait `Debug`, not the macro `Debug`.
This commit is contained in:
parent
001a77fac3
commit
3c408d82a3
1 changed files with 1 additions and 0 deletions
|
@ -2688,6 +2688,7 @@ impl Path {
|
|||
/// escapes the path please use [`Debug`] instead.
|
||||
///
|
||||
/// [`Display`]: fmt::Display
|
||||
/// [`Debug`]: fmt::Debug
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue