diff options
| author | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2024-06-24 18:09:27 +0300 |
|---|---|---|
| committer | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2024-07-29 20:44:42 +0300 |
| commit | dbc13fb309f3a1539e8bb1cdeeb5fbb2e3eaaa43 (patch) | |
| tree | ae397af7bc2ae5860b59119b98042abae376468d /library/std/src/path.rs | |
| parent | afabc583f7f646d45f506263a1c331383ebdc252 (diff) | |
| download | rust-dbc13fb309f3a1539e8bb1cdeeb5fbb2e3eaaa43.tar.gz rust-dbc13fb309f3a1539e8bb1cdeeb5fbb2e3eaaa43.zip | |
Sparkle some attributes over `CloneToUninit` stuff
Diffstat (limited to 'library/std/src/path.rs')
| -rw-r--r-- | library/std/src/path.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/std/src/path.rs b/library/std/src/path.rs index d6c78883f28..9eaa0e01c2c 100644 --- a/library/std/src/path.rs +++ b/library/std/src/path.rs @@ -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 |
