1
Fork 0

Also debug

This commit is contained in:
Michael Goulet 2024-05-10 15:11:09 -04:00
parent 1e5ec0a12c
commit f368527802
3 changed files with 11 additions and 21 deletions

View file

@ -350,4 +350,8 @@ where
Ok(())
})
}
fn print_debug(t: &T, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
with_no_trimmed_paths!(Self::print(t, fmt))
}
}