print the full example output in debug mode
This commit is contained in:
parent
2ea8087fbf
commit
a19a6082c4
|
@ -212,7 +212,7 @@ fn get_documentation(
|
||||||
|
|
||||||
match &example.result {
|
match &example.result {
|
||||||
Some(result) => {
|
Some(result) => {
|
||||||
let _ = write!(long_desc, " {:?}\n", result);
|
let _ = write!(long_desc, "{:#?}\n", result);
|
||||||
}
|
}
|
||||||
None => {}
|
None => {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user