Change Applicability to HasPlaceholders
This commit is contained in:
parent
cef7764a76
commit
b1c91ee1b1
@ -1659,7 +1659,7 @@ impl<'a> Parser<'a> {
|
|||||||
self.prev_span,
|
self.prev_span,
|
||||||
"change the delimiters to curly braces",
|
"change the delimiters to curly braces",
|
||||||
" { /* items */ }".to_string(),
|
" { /* items */ }".to_string(),
|
||||||
Applicability::MaybeIncorrect,
|
Applicability::HasPlaceholders,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user