diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-09-15 12:29:42 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-09-15 13:05:00 +0200 |
| commit | c18321a4c24b1bae9b935e3434aa114f930ca5f5 (patch) | |
| tree | e6b0aa69c6c7a2855ca498d7c7e8aabe0347297c /src/util | |
| parent | 87e776fcebd40cb9628124c19e7e9190b1bd24a5 (diff) | |
Bugfix and tidying
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; |
