From: David Tolnay Date: Wed, 22 Aug 2018 01:46:56 +0000 (-0400) Subject: Remove super old comment on function that parses items X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=cf1b6d6fe87b01f556d49372d1c988c7cc686057;p=rust.git Remove super old comment on function that parses items This comment was added more than 5 years ago in ab03c1e4221. As far as anyone reading this comment today needs to know, the function has never parsed items from inside an extern crate. --- diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 5467bab33f9..d7f339a6942 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -6842,8 +6842,6 @@ fn parse_item_( } /// 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,