Skip to content

Commit b1c91ee

Browse files
committed
Change Applicability to HasPlaceholders
1 parent cef7764 commit b1c91ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_parse/parser/item.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ impl<'a> Parser<'a> {
16591659
self.prev_span,
16601660
"change the delimiters to curly braces",
16611661
" { /* items */ }".to_string(),
1662-
Applicability::MaybeIncorrect,
1662+
Applicability::HasPlaceholders,
16631663
);
16641664
}
16651665

0 commit comments

Comments
 (0)