Also debug
This commit is contained in:
parent
1e5ec0a12c
commit
f368527802
3 changed files with 11 additions and 21 deletions
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue