From 450a8a6f354ac9b19d5980837ea0f34cd6c7ece6 Mon Sep 17 00:00:00 2001 From: Bastian Gruber Date: Tue, 4 Dec 2018 10:10:07 +0100 Subject: Add extra comment slash --- src/libstd/path.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') diff --git a/src/libstd/path.rs b/src/libstd/path.rs index dcd02ac59b6..9fad40c5649 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -1410,7 +1410,7 @@ impl From for Box { /// Converts a `PathBuf` into a `Box` /// /// This conversion currently should not allocate memory, - // 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. fn from(p: PathBuf) -> Box { p.into_boxed_path() } -- cgit 1.4.1-3-g733a5