auto merge of #11673 : omasanori/rust/sep-doc, r=alexcrichton

This commit is contained in:
bors 2014-01-20 11:41:29 -08:00
commit d4640f9d66

View File

@ -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.