Remove trailing whitespace

This commit is contained in:
Bastian Gruber 2018-11-21 13:57:56 +01:00
parent e8dafbaf10
commit 7933628de5

View File

@ -1409,7 +1409,7 @@ fn from(boxed: Box<Path>) -> PathBuf {
impl From<PathBuf> for Box<Path> {
/// Converts a `PathBuf` into a `Box<Path>`
///
/// This conversion currently should not allocate memory,
/// This conversion currently should not allocate memory,
// but this behavior is not guaranteed on all platforms or in all future versions.
fn from(p: PathBuf) -> Box<Path> {
p.into_boxed_path()