about summary refs log tree commit diff
path: root/src/libstd/sys/windows/path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/sys/windows/path.rs')
-rw-r--r--src/libstd/sys/windows/path.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/path.rs b/src/libstd/sys/windows/path.rs
index ff910a50226..385ea8e0531 100644
--- a/src/libstd/sys/windows/path.rs
+++ b/src/libstd/sys/windows/path.rs
@@ -99,5 +99,5 @@ pub fn parse_prefix<'a>(path: &'a OsStr) -> Option<Prefix> {
     }
 }
 
-pub const MAIN_SEP_STR: &'static str = "\\";
+pub const MAIN_SEP_STR: &str = "\\";
 pub const MAIN_SEP: char = '\\';