about summary refs log tree commit diff
path: root/library/std
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-01-31 06:25:30 +0000
committerbors <bors@rust-lang.org>2023-01-31 06:25:30 +0000
commit7c4a9a971ca6962533bed01ffbd0c1f6b5250abc (patch)
tree904e6bf143781822be126e176f256545da3767dd /library/std
parentdc3e59cb3fe05ebd752d3a2269f501c00327be22 (diff)
parent150340bafdcd48becbe612a0d4d5631efe23621c (diff)
downloadrust-7c4a9a971ca6962533bed01ffbd0c1f6b5250abc.tar.gz
rust-7c4a9a971ca6962533bed01ffbd0c1f6b5250abc.zip
Auto merge of #107498 - JohnTitor:rollup-2i6g4uk, r=JohnTitor
Rollup of 8 pull requests

Successful merges:

 - #107245 (Implement unsizing in the new trait solver)
 - #107445 (Remove `GenFuture` from core)
 - #107473 (Update books)
 - #107476 (rustdoc: remove unnecessary wrapper `div.item-decl` from HTML)
 - #107477 (Migrate last part of CSS themes to CSS variables)
 - #107479 (Use `ObligationCtxt::new_in_snapshot` in `satisfied_from_param_env`)
 - #107482 (rustdoc: remove meta keywords from HTML)
 - #107494 (fix link in std::path::Path::display())

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'library/std')
-rw-r--r--library/std/src/path.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/path.rs b/library/std/src/path.rs
index 2f53cf83936..e36e088896d 100644
--- a/library/std/src/path.rs
+++ b/library/std/src/path.rs
@@ -2688,6 +2688,7 @@ impl Path {
     /// escapes the path please use [`Debug`] instead.
     ///
     /// [`Display`]: fmt::Display
+    /// [`Debug`]: fmt::Debug
     ///
     /// # Examples
     ///