We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf89b68 + 6b18ef5 commit d4640f9Copy full SHA for d4640f9
src/libstd/path/mod.rs
@@ -120,11 +120,11 @@ pub use RevStrComponents = self::windows::RevStrComponents;
120
/// Alias for the platform-native separator character.
121
#[cfg(unix)]
122
pub use SEP = self::posix::SEP;
123
-/// Alias for the platform-native separator byte.
+/// Alias for the platform-native separator character.
124
#[cfg(windows)]
125
pub use SEP = self::windows::SEP;
126
127
-/// Alias for the platform-native separator character.
+/// Alias for the platform-native separator byte.
128
129
pub use SEP_BYTE = self::posix::SEP_BYTE;
130
/// Alias for the platform-native separator byte.
0 commit comments