Change Applicability to HasPlaceholders

This commit is contained in:
Yuki Okushi 2020-01-30 17:33:19 +09:00
parent cef7764a76
commit b1c91ee1b1

View File

@ -1659,7 +1659,7 @@ impl<'a> Parser<'a> {
self.prev_span,
"change the delimiters to curly braces",
" { /* items */ }".to_string(),
Applicability::MaybeIncorrect,
Applicability::HasPlaceholders,
);
}