rust/src/librustc_parse/lexer
Dylan DPC 8fe8bad96b
Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril
couple more clippy fixes (let_and_return, if_same_then_else)

* summarize if-else-code with identical blocks (clippy::if_same_then_else)
* don't create variable bindings just to return the bound value immediately (clippy::let_and_return)
2020-03-22 15:48:41 +01:00
..
mod.rs Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril 2020-03-22 15:48:41 +01:00
tokentrees.rs On mismatched delimiters, only point at empty blocks that are in the same line 2020-03-04 11:05:17 -08:00
unescape_error_reporting.rs Invert control in struct_lint_level. 2020-02-11 19:47:40 +10:00
unicode_chars.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00