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
@ -2688,6 +2688,7 @@ pub fn iter(&self) -> Iter<'_> {
|
|||||||
/// escapes the path please use [`Debug`] instead.
|
/// escapes the path please use [`Debug`] instead.
|
||||||
///
|
///
|
||||||
/// [`Display`]: fmt::Display
|
/// [`Display`]: fmt::Display
|
||||||
|
/// [`Debug`]: fmt::Debug
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user