rust/compiler/rustc_parse/src
Dylan DPC bcdbe79f0c
Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank
fix small typo in docs and comments

Fixed `the the` to `the`, as far as I found.
2020-09-23 14:54:07 +02:00
..
lexer use if let instead of single match arm expressions to compact code and reduce nesting (clippy::single_match) 2020-09-20 11:42:52 +02:00
parser fix typo in docs and comments 2020-09-21 12:14:28 +09:00
lib.rs Don't use zip to compare iterators during pretty-print hack 2020-09-21 15:11:59 -04:00
validate_attr.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00