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