1
Fork 0
rust/compiler/rustc_ast/src
Matthias Krüger a144ea1c4b
Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk
compiler: clippy::complexity fixes

useless_format
map_flatten
useless_conversion
needless_bool
filter_next
clone_on_copy
needless_option_as_deref
2022-02-18 16:23:33 +01:00
..
ast
attr compiler: clippy::complexity fixes 2022-02-03 23:16:03 +01:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util Add test for block doc comments horizontal trim 2022-02-07 17:07:53 +01:00
ast.rs Drop tracking: improve break and continue handling 2022-02-07 16:30:30 -08:00
ast_like.rs expand: Refactor InvocationCollector visitor for better code reuse 2022-01-07 14:41:22 +08:00
entry.rs Fix ICE when main is declared in an extern block 2021-06-09 23:14:02 -04:00
lib.rs expand: Refactor InvocationCollector visitor for better code reuse 2022-01-07 14:41:22 +08:00
mut_visit.rs Add term 2022-01-17 17:20:57 +00:00
node_id.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
ptr.rs Make Decodable and Decoder infallible. 2022-01-22 10:38:31 +11:00
token.rs Use TokenKind::similar_tokens() 2021-10-04 22:13:00 +02:00
tokenstream.rs Make Decodable and Decoder infallible. 2022-01-22 10:38:31 +11:00
visit.rs Add term 2022-01-17 17:20:57 +00:00