We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7933628 commit 450a8a6Copy full SHA for 450a8a6
src/libstd/path.rs
@@ -1410,7 +1410,7 @@ impl From<PathBuf> for Box<Path> {
1410
/// Converts a `PathBuf` into a `Box<Path>`
1411
///
1412
/// This conversion currently should not allocate memory,
1413
- // but this behavior is not guaranteed on all platforms or in all future versions.
+ /// but this behavior is not guaranteed on all platforms or in all future versions.
1414
fn from(p: PathBuf) -> Box<Path> {
1415
p.into_boxed_path()
1416
}
0 commit comments