workaround some large type name length issues

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-03-30 22:59:29 +00:00
parent db99d3a001
commit d60920c728
14 changed files with 41 additions and 32 deletions

View file

@ -136,6 +136,7 @@ macro_rules! err_log {
}
#[macro_export]
#[collapse_debuginfo(yes)]
macro_rules! err_lev {
(debug_warn) => {
if $crate::debug::logging() {