do functions work finally maybe

This commit is contained in:
nora 2022-04-24 19:53:58 +02:00
parent ebd3dd8d82
commit 237fb34d97
12 changed files with 132 additions and 86 deletions

View file

@ -6,9 +6,10 @@ macro_rules! assert_size {
};
}
pub(crate) use assert_size;
use std::fmt::Display;
pub(crate) use assert_size;
#[cfg(feature = "_debug")]
pub fn dbg(prefix: impl Display, x: impl dbg_pls::DebugPls) {
eprintln!("{prefix}{}", dbg_pls::color(&x))