mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 20:20:59 +03:00
remove an unnecessary line break
This commit is contained in:
@@ -1677,7 +1677,6 @@ fn parse_item_decl_macro(&mut self, lo: Span) -> PResult<'a, ItemInfo> {
|
||||
}
|
||||
|
||||
/// 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;
|
||||
|
||||
Reference in New Issue
Block a user