Skip to content

Commit c292caa

Browse files
committed
1 parent 8a15100 commit c292caa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/utils/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ pub fn multispan_sugg(db: &mut DiagnosticBuilder, help_msg: String, sugg: Vec<(S
584584
})
585585
.collect(),
586586
msg: help_msg,
587+
show_code_when_inline: true,
587588
};
588589
db.suggestions.push(sugg);
589590
}

0 commit comments

Comments
 (0)