mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
Rollup merge of #107494 - lebensterben:patch-1, r=JohnTitor
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:
commit
150340bafd
@ -2688,6 +2688,7 @@ impl Path {
|
|||||||
/// 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