mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 14:43:24 +00:00
auto merge of #11673 : omasanori/rust/sep-doc, r=alexcrichton
This commit is contained in:
commit
d4640f9d66
@ -120,11 +120,11 @@ pub use RevStrComponents = self::windows::RevStrComponents;
|
||||
/// Alias for the platform-native separator character.
|
||||
#[cfg(unix)]
|
||||
pub use SEP = self::posix::SEP;
|
||||
/// Alias for the platform-native separator byte.
|
||||
/// Alias for the platform-native separator character.
|
||||
#[cfg(windows)]
|
||||
pub use SEP = self::windows::SEP;
|
||||
|
||||
/// Alias for the platform-native separator character.
|
||||
/// Alias for the platform-native separator byte.
|
||||
#[cfg(unix)]
|
||||
pub use SEP_BYTE = self::posix::SEP_BYTE;
|
||||
/// Alias for the platform-native separator byte.
|
||||
|
Loading…
Reference in New Issue
Block a user