rust/compiler/rustc_parse/src/parser
Stuart Cook 57020e0f8c
Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu
Fix `clippy::useless_conversion`

Self-explanatory. Probably the last clippy change I'll actually put up since this is the only other one I've actually seen in the wild.
2024-09-12 20:37:17 +10:00
..
mut_visit Reformat use declarations. 2024-07-29 08:26:52 +10:00
tokenstream Reformat use declarations. 2024-07-29 08:26:52 +10:00
attr_wrapper.rs clippy::useless_conversion 2024-09-11 17:52:53 -04:00
attr.rs Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-sugg, r=cjgillot 2024-08-24 21:03:31 -05:00
diagnostics.rs Remove needless returns detected by clippy in the compiler 2024-09-09 13:32:22 +02:00
expr.rs Also fix if in else 2024-09-11 17:24:01 -04:00
generics.rs Overhaul token collection. 2024-08-16 09:07:55 +10:00
item.rs Rollup merge of #130250 - compiler-errors:useless-conversion, r=jieyouxu 2024-09-12 20:37:17 +10:00
mod.rs Also fix if in else 2024-09-11 17:24:01 -04:00
nonterminal.rs Add initial support for raw lifetimes 2024-09-06 10:32:48 -04:00
pat.rs Also fix if in else 2024-09-11 17:24:01 -04:00
path.rs Simplify some nested if statements 2024-09-11 13:45:23 -04:00
stmt.rs Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-sugg, r=cjgillot 2024-08-24 21:03:31 -05:00
tests.rs Use assert_matches around the compiler 2024-08-11 12:25:39 -04:00
ty.rs Add initial support for raw lifetimes 2024-09-06 10:32:48 -04:00