From cf1b6d6fe87b01f556d49372d1c988c7cc686057 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 21 Aug 2018 21:46:56 -0400 Subject: [PATCH] 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. --- src/libsyntax/parse/parser.rs | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.44.0