diff options
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/eco_string.rs (renamed from src/util/eco.rs) | 0 | ||||
| -rw-r--r-- | src/util/mac_roman.rs (renamed from src/util/mac.rs) | 0 | ||||
| -rw-r--r-- | src/util/mod.rs | 8 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/util/eco.rs b/src/util/eco_string.rs index f1dfdfaf..f1dfdfaf 100644 --- a/src/util/eco.rs +++ b/src/util/eco_string.rs diff --git a/src/util/mac.rs b/src/util/mac_roman.rs index 95e8fcd6..95e8fcd6 100644 --- a/src/util/mac.rs +++ b/src/util/mac_roman.rs diff --git a/src/util/mod.rs b/src/util/mod.rs index 1abdcbc9..05dc9025 100644 --- a/src/util/mod.rs +++ b/src/util/mod.rs @@ -1,10 +1,10 @@ //! Utilities. -mod eco; -mod mac; +mod eco_string; +mod mac_roman; -pub use eco::EcoString; -pub use mac::decode_mac_roman; +pub use eco_string::EcoString; +pub use mac_roman::decode_mac_roman; use std::cell::RefMut; use std::cmp::Ordering; |
