rust/src/librustc_parse/parser
Yuki Okushi 81546de429
Rollup merge of #75267 - estebank:cleanup, r=Dylan-DPC
Small cleanup

* Add docstring to `Parser` field
* Remove unnecessary `unwrap`
* Remove unnecessary borrow
* Fix indentation of some `teach`text output
2020-08-08 11:36:10 +09:00
..
attr.rs rustc_ast: Stop using "string typing" for doc comment tokens 2020-08-06 22:13:11 +03:00
diagnostics.rs rustc_ast: Stop using "string typing" for doc comment tokens 2020-08-06 22:13:11 +03:00
expr.rs Introduce NonterminalKind 2020-08-02 14:09:25 +02:00
generics.rs Record span of const kw in GenericParamKind 2020-06-23 09:25:46 -07:00
item.rs rustc_ast: Stop using "string typing" for doc comment tokens 2020-08-06 22:13:11 +03:00
mod.rs Rollup merge of #75267 - estebank:cleanup, r=Dylan-DPC 2020-08-08 11:36:10 +09:00
nonterminal.rs Introduce NonterminalKind 2020-08-02 14:09:25 +02:00
pat.rs Remove token::FlattenGroup 2020-07-01 13:40:46 +03:00
path.rs Introduce NonterminalKind 2020-08-02 14:09:25 +02:00
stmt.rs Introduce NonterminalKind 2020-08-02 14:09:25 +02:00
ty.rs Introduce NonterminalKind 2020-08-02 14:09:25 +02:00