Rollup merge of #106280 - Ezrashaw:path-join-docs-better, r=thomcc
docs: add link to `Path::join` in `PathBuf::push` Fixes #106219 Hopefully my wording is alright.
This commit is contained in:
commit
4bf9cae080
1 changed files with 3 additions and 0 deletions
|
@ -1246,6 +1246,9 @@ impl PathBuf {
|
|||
/// and `path` is not empty, the new path is normalized: all references
|
||||
/// to `.` and `..` are removed.
|
||||
///
|
||||
/// Consider using [`Path::join`] if you need a new `PathBuf` instead of
|
||||
/// using this function on a cloned `PathBuf`.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// Pushing a relative path extends the existing path:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue