inline impl AsRef<Path> for PathBuf
This commit is contained in:
@@ -2671,6 +2671,7 @@ impl AsRef<Path> for String {
|
||||
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
impl AsRef<Path> for PathBuf {
|
||||
#[inline]
|
||||
fn as_ref(&self) -> &Path {
|
||||
self
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user