Skip to content

Commit cf1b6d6

Browse files
committed
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.
1 parent 1cbf339 commit cf1b6d6

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
@@ -6842,8 +6842,6 @@ impl<'a> Parser<'a> {
68426842
}
68436843

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

0 commit comments

Comments
 (0)