Skip to content

Commit b5e0738

Browse files
committed
removed extra line
1 parent 6978137 commit b5e0738

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsyntax/parse/parser.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ pub struct Parser {
345345
priv non_copyable: util::NonCopyable
346346
}
347347

348-
349348
fn is_plain_ident_or_underscore(t: &token::Token) -> bool {
350349
is_plain_ident(t) || *t == token::UNDERSCORE
351350
}

0 commit comments

Comments
 (0)