]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #107114 - Erk-:add-absolute-note-to-path-join, r=m-ou-se
authorMatthias Krüger <matthias.krueger@famsik.de>
Sun, 22 Jan 2023 10:43:06 +0000 (11:43 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Jan 2023 10:43:06 +0000 (11:43 +0100)
Add note about absolute paths to Path::join

The note already exists on `PathBuf::push`, but I think it is good to have it on `Path::join` as well since it can cause issues if you are not careful with your input.


Trivial merge