removed extra line
This commit is contained in:
parent
697813747a
commit
b5e073830b
@ -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…
x
Reference in New Issue
Block a user