]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/os.rs
rollup merge of #19038: jayelm/fixed-typos
[rust.git] / src / libstd / os.rs
index 38b5c254d4190a9477501e7092dc6eed9afbe459..be8e4695fa9433f396ae87b7e218c60a110161ad 100644 (file)
 #![allow(missing_docs)]
 #![allow(non_snake_case)]
 
+pub use self::MemoryMapKind::*;
+pub use self::MapOption::*;
+pub use self::MapError::*;
+
 use clone::Clone;
 use error::{FromError, Error};
 use fmt;