Skip to content

Commit 450a8a6

Browse files
author
Bastian Gruber
committed
Add extra comment slash
1 parent 7933628 commit 450a8a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/path.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1410,7 +1410,7 @@ impl From<PathBuf> for Box<Path> {
14101410
/// Converts a `PathBuf` into a `Box<Path>`
14111411
///
14121412
/// This conversion currently should not allocate memory,
1413-
// but this behavior is not guaranteed on all platforms or in all future versions.
1413+
/// but this behavior is not guaranteed on all platforms or in all future versions.
14141414
fn from(p: PathBuf) -> Box<Path> {
14151415
p.into_boxed_path()
14161416
}

0 commit comments

Comments
 (0)