This commit is contained in:
Darren Schroeder 2024-06-19 19:40:22 -05:00
parent f2c2e9d24d
commit 6a93acfb05

View File

@ -297,7 +297,7 @@ fn get_documentation(
if let Some(result) = &example.result { if let Some(result) = &example.result {
let mut table_call = Call::new(Span::unknown()); let mut table_call = Call::new(Span::unknown());
if *&example.example.ends_with("--collapse") { if example.example.ends_with("--collapse") {
// collapse the result // collapse the result
table_call.add_named(( table_call.add_named((
Spanned { Spanned {