Bless and add tests

This commit is contained in:
Boxy 2025-01-08 21:05:35 +00:00
parent 04d141b1fc
commit 6833c27090
23 changed files with 172 additions and 73 deletions

View file

@ -4637,3 +4637,6 @@ fn debug_fn(f: impl Fn(&mut fmt::Formatter<'_>) -> fmt::Result) -> impl fmt::Deb
}
DebugFn(f)
}
#[cfg(test)]
mod tests;