Skip to content

Commit

Permalink
removed extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
reedlepee123 committed Oct 29, 2013
1 parent 6978137 commit b5e0738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libsyntax/parse/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

5 comments on commit b5e0738

@bors
Copy link
Contributor

@bors bors commented on b5e0738 Oct 29, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at reedlepee123@b5e0738

@bors
Copy link
Contributor

@bors bors commented on b5e0738 Oct 29, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging reedlepee123/rust/priv_fields = b5e0738 into auto

@bors
Copy link
Contributor

@bors bors commented on b5e0738 Oct 29, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reedlepee123/rust/priv_fields = b5e0738 merged ok, testing candidate = 611c94d

@bors
Copy link
Contributor

@bors bors commented on b5e0738 Oct 29, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on b5e0738 Oct 29, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 611c94d

Please sign in to comment.