Skip to content

Commit

Permalink
Rollup merge of #53585 - dtolnay:comment, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Remove super old comment on function that parses items

This comment was added more than 5 years ago in ab03c1e. As far as anyone reading this comment today needs to know, the function has never parsed items from inside an extern crate.
  • Loading branch information
GuillaumeGomez authored Aug 22, 2018
2 parents 4f78a2d + cf1b6d6 commit f012b4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libsyntax/parse/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6843,8 +6843,6 @@ impl<'a> Parser<'a> {
}

/// Parse one of the items allowed by the flags.
/// NB: this function no longer parses the items inside an
/// extern crate.
fn parse_item_implementation(
&mut self,
attrs: Vec<Attribute>,
Expand Down

0 comments on commit f012b4c

Please sign in to comment.