rust-analyzer/crates/syntax/src/ast
bors 2df56cadcb Auto merge of #14755 - poliorcetics:clippy-fixes, r=Veykril
Fix: a TODO and some clippy fixes

- fix(todo): implement IntoIterator for ArenaMap<IDX, V>
- chore: remove unused method
- fix: remove useless `return`s
- fix: various clippy lints
- fix: simplify boolean test to a single negation
2023-05-24 11:13:52 +00:00
..
generated Support c string literals 2023-05-18 11:06:05 +02:00
edit.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
edit_in_place.rs remove needless borrows 2023-01-02 14:52:32 +00:00
expr_ext.rs Auto merge of #14755 - poliorcetics:clippy-fixes, r=Veykril 2023-05-24 11:13:52 +00:00
generated.rs Deny unreachable-pub 2020-11-02 14:07:08 +01:00
make.rs fix: various clippy lints 2023-05-07 09:43:37 +02:00
node_ext.rs fix: Fix ast::IfExpr child accessors 2023-03-15 14:34:31 +01:00
operators.rs Corrected order of printing op and = 2022-08-08 11:05:18 -04:00
prec.rs Implement do yeet expression 2022-12-28 23:17:13 +00:00
token_ext.rs Support c string literals 2023-05-18 11:06:05 +02:00
traits.rs Add View Mir command and fix some bugs 2023-03-06 21:09:09 +03:30