Skip to content

Commit 2ce42eb

Browse files
committed
remove an unnecessary line break
1 parent 089471b commit 2ce42eb

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_parse/src/parser

1 file changed

+0
-1
lines changed

Diff for: compiler/rustc_parse/src/parser/item.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1677,7 +1677,6 @@ impl<'a> Parser<'a> {
16771677
}
16781678

16791679
/// Is this a possibly malformed start of a `macro_rules! foo` item definition?
1680-
16811680
fn is_macro_rules_item(&mut self) -> IsMacroRulesItem {
16821681
if self.check_keyword(kw::MacroRules) {
16831682
let macro_rules_span = self.token.span;

0 commit comments

Comments
 (0)