Inline impl From<OsString> for PathBuf
This commit is contained in:
@@ -1475,6 +1475,7 @@ impl From<OsString> for PathBuf {
|
|||||||
/// Converts a `OsString` into a `PathBuf`
|
/// Converts a `OsString` into a `PathBuf`
|
||||||
///
|
///
|
||||||
/// This conversion does not allocate or copy memory.
|
/// This conversion does not allocate or copy memory.
|
||||||
|
#[inline]
|
||||||
fn from(s: OsString) -> PathBuf {
|
fn from(s: OsString) -> PathBuf {
|
||||||
PathBuf { inner: s }
|
PathBuf { inner: s }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user