removed extra line
This commit is contained in:
parent
697813747a
commit
b5e073830b
1 changed files with 0 additions and 1 deletions
|
@ -345,7 +345,6 @@ pub struct Parser {
|
|||
priv non_copyable: util::NonCopyable
|
||||
}
|
||||
|
||||
|
||||
fn is_plain_ident_or_underscore(t: &token::Token) -> bool {
|
||||
is_plain_ident(t) || *t == token::UNDERSCORE
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue