Break util up into modules.

This commit is contained in:
Tom Alexander
2023-12-30 22:02:43 -05:00
parent 48d3de77fe
commit 44483b4d54
68 changed files with 316 additions and 314 deletions

View File

@@ -46,8 +46,7 @@ macro_rules! to_wasm {
}
}
#[cfg(feature = "wasm_test")]
impl<'s> crate::compare::ElispFact<'s> for $ostruct {
impl<'s> crate::util::elisp_fact::ElispFact<'s> for $ostruct {
fn get_elisp_name<'b>(&'b self) -> std::borrow::Cow<'s, str> {
let $original = self;
let ret = $elispnamebody;