rust/hg-core/src/lib.rs
changeset 44974 a46e36b82461
parent 44870 9f96beb9bafe
child 45364 5fe25f8ef5d9
equal deleted inserted replaced
44973:26114bd6ec60 44974:a46e36b82461
    21 };
    21 };
    22 mod filepatterns;
    22 mod filepatterns;
    23 pub mod matchers;
    23 pub mod matchers;
    24 pub mod revlog;
    24 pub mod revlog;
    25 pub use revlog::*;
    25 pub use revlog::*;
       
    26 pub mod operations;
    26 pub mod utils;
    27 pub mod utils;
    27 
    28 
    28 // Remove this to see (potential) non-artificial compile failures. MacOS
    29 // Remove this to see (potential) non-artificial compile failures. MacOS
    29 // *should* compile, but fail to compile tests for example as of 2020-03-06
    30 // *should* compile, but fail to compile tests for example as of 2020-03-06
    30 #[cfg(not(target_os = "linux"))]
    31 #[cfg(not(target_os = "linux"))]