diff options
| author | Bastian Gruber <gruberbastian@me.com> | 2018-11-21 13:57:56 +0100 |
|---|---|---|
| committer | Bastian Gruber <gruberbastian@me.com> | 2018-11-21 13:57:56 +0100 |
| commit | 7933628de58851281544fe2a7b4e0d0673652e47 (patch) | |
| tree | 282b09b74d6e4e51b8bba3f041302a22c532dae9 | |
| parent | e8dafbaf10bf9e54854382f0aa830d219aec85bb (diff) | |
| download | rust-7933628de58851281544fe2a7b4e0d0673652e47.tar.gz rust-7933628de58851281544fe2a7b4e0d0673652e47.zip | |
Remove trailing whitespace
| -rw-r--r-- | src/libstd/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/path.rs b/src/libstd/path.rs index 2d0a2501f7e..dcd02ac59b6 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -1409,7 +1409,7 @@ impl From<Box<Path>> for 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() |
