Skip to content

Commit 7933628

Browse files
author
Bastian Gruber
committed
Remove trailing whitespace
1 parent e8dafba commit 7933628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/path.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ impl From<Box<Path>> for PathBuf {
14091409
impl From<PathBuf> for Box<Path> {
14101410
/// Converts a `PathBuf` into a `Box<Path>`
14111411
///
1412-
/// This conversion currently should not allocate memory,
1412+
/// This conversion currently should not allocate memory,
14131413
// 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()

0 commit comments

Comments
 (0)