rust/compiler/rustc_parse/src/lexer
Nilstrieb 21a870515b Fix clippy::needless_borrow in the compiler
`x clippy compiler -Aclippy::all -Wclippy::needless_borrow --fix`.

Then I had to remove a few unnecessary parens and muts that were exposed
now.
2023-11-21 20:13:40 +01:00
..
diagnostics.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
mod.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
tokentrees.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
unescape_error_reporting.rs Fix suggestion for attempting to define a string with single quotes 2023-08-16 21:51:57 +01:00
unicode_chars.rs inline format!() args up to and including rustc_middle 2023-07-30 13:18:33 +02:00