Sparkle some attributes over CloneToUninit
stuff
This commit is contained in:
parent
afabc583f7
commit
dbc13fb309
6 changed files with 12 additions and 0 deletions
|
@ -3113,6 +3113,7 @@ impl Path {
|
|||
|
||||
#[unstable(feature = "clone_to_uninit", issue = "126799")]
|
||||
unsafe impl CloneToUninit for Path {
|
||||
#[inline]
|
||||
#[cfg_attr(debug_assertions, track_caller)]
|
||||
unsafe fn clone_to_uninit(&self, dst: *mut Self) {
|
||||
// SAFETY: Path is just a wrapper around OsStr
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue