Auto merge of #8376 - dswij:8373, r=camsteffen
[`chars_next_cmp`] Fix unescaped suggestion closes #8373 changelog: [`chars_next_cmp`] Fix unescaped suggestion
This commit is contained in:
commit
699ee5e31c
4 changed files with 56 additions and 16 deletions
|
|
@ -32,7 +32,7 @@ pub(super) fn check<'tcx>(
|
|||
if info.eq { "" } else { "!" },
|
||||
snippet_with_applicability(cx, args[0][0].span, "..", &mut applicability),
|
||||
suggest,
|
||||
c),
|
||||
c.escape_default()),
|
||||
applicability,
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue