print the full example output in debug mode

This commit is contained in:
amtoine
2023-02-22 12:09:44 +01:00
parent 2ea8087fbf
commit a19a6082c4

View File

@ -212,7 +212,7 @@ fn get_documentation(
match &example.result {
Some(result) => {
let _ = write!(long_desc, " {:?}\n", result);
let _ = write!(long_desc, "{:#?}\n", result);
}
None => {}
}