mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
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 ab03c1e422
. As far as anyone reading this comment today needs to know, the function has never parsed items from inside an extern crate.
This commit is contained in:
commit
f012b4c84e
@ -6843,8 +6843,6 @@ impl<'a> Parser<'a> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Parse one of the items allowed by the flags.
|
/// 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(
|
fn parse_item_implementation(
|
||||||
&mut self,
|
&mut self,
|
||||||
attrs: Vec<Attribute>,
|
attrs: Vec<Attribute>,
|
||||||
|
Loading…
Reference in New Issue
Block a user