We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade8487 commit 760ed37Copy full SHA for 760ed37
library/std/src/sys/pal/unix/os.rs
@@ -16,7 +16,7 @@ use crate::{fmt, io, iter, mem, ptr, slice, str};
16
17
const TMPBUF_SZ: usize = 128;
18
19
-const PATH_SEPARATOR: u8 = if cfg!(target_os = "redox") { b';' } else { b':' };
+const PATH_SEPARATOR: u8 = b':';
20
21
unsafe extern "C" {
22
#[cfg(not(any(target_os = "dragonfly", target_os = "vxworks", target_os = "rtems")))]
0 commit comments