Skip to content

Commit

Permalink
Auto merge of rust-lang#105018 - zertosh:path_buf_deref_mut, r=dtolnay
Browse files Browse the repository at this point in the history
Implement DerefMut for PathBuf

Without this, there's no way to get a `&mut Path` from `PathBuf` without
going through `into_boxed_path`. This is relevant now that rust-lang#105002 adds
`PathBuf::as_mut_os_string` and `Path::as_mut_os_str`.
  • Loading branch information
bors committed Dec 16, 2022
2 parents 3b0f0b7 + 9fd7f7e commit 2d8d743
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 2d8d743

Please sign in to comment.