Skip to content

Commit f012b4c

Browse files
Rollup merge of #53585 - dtolnay:comment, r=Mark-Simulacrum
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.
2 parents 4f78a2d + cf1b6d6 commit f012b4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/libsyntax/parse/parser.rs

-2
Original file line numberDiff line numberDiff line change
@@ -6843,8 +6843,6 @@ impl<'a> Parser<'a> {
68436843
}
68446844

68456845
/// Parse one of the items allowed by the flags.
6846-
/// NB: this function no longer parses the items inside an
6847-
/// extern crate.
68486846
fn parse_item_implementation(
68496847
&mut self,
68506848
attrs: Vec<Attribute>,

0 commit comments

Comments
 (0)