remove an unnecessary line break
This commit is contained in:
parent
089471b129
commit
2ce42eb79c
1 changed files with 0 additions and 1 deletions
|
@ -1677,7 +1677,6 @@ impl<'a> Parser<'a> {
|
|||
}
|
||||
|
||||
/// Is this a possibly malformed start of a `macro_rules! foo` item definition?
|
||||
|
||||
fn is_macro_rules_item(&mut self) -> IsMacroRulesItem {
|
||||
if self.check_keyword(kw::MacroRules) {
|
||||
let macro_rules_span = self.token.span;
|
||||
|
|
Loading…
Add table
Reference in a new issue