2
0
Fork 0
mirror of https://github.com/rust-lang/rust-analyzer synced 2025-01-27 04:15:08 +00:00
rust-analyzer/crates/ide/src
bors f77b68a3cb Auto merge of - danieleades:clippy, r=lnicola
fix a bunch of clippy lints

fixes a bunch of clippy lints for fun and profit

i'm aware of this repo's position on clippy. The changes are split into separate commits so they can be reviewed separately
2023-01-08 17:29:57 +00:00
..
annotations Fix annotations not resolving when lens location is set to whole item 2022-10-01 00:18:23 +02:00
doc_links Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
hover remove needless borrows 2023-01-02 14:52:32 +00:00
inlay_hints Auto merge of - danieleades:clippy, r=lnicola 2023-01-08 17:29:57 +00:00
prime_caches Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
syntax_highlighting remove unnecessary lazy evaluations 2023-01-02 15:02:54 +00:00
typing Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
annotations.rs Fix annotations not resolving when lens location is set to whole item 2022-10-01 00:18:23 +02:00
call_hierarchy.rs fmt 2022-12-03 01:20:27 +01:00
doc_links.rs remove unnecessary lifetimes that can be elided 2023-01-02 15:02:54 +00:00
expand_macro.rs remove needless borrows 2023-01-02 14:52:32 +00:00
extend_selection.rs remove unnecessary lazy evaluations 2023-01-02 15:02:54 +00:00
file_structure.rs more clippy fixes: 2022-03-12 16:50:49 +01:00
fixture.rs add some tests 2021-09-26 12:48:53 +03:30
folding_ranges.rs feat: add fold range for multi line match arm list 2022-06-18 16:05:56 +08:00
goto_declaration.rs Go to declaration goes to field declaration in pattern and expression shorthands 2022-11-25 10:27:54 +01:00
goto_definition.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
goto_implementation.rs remove unnecessary lazy evaluations 2023-01-02 15:02:54 +00:00
goto_type_definition.rs Don't show trait flyimports for impl trait and placeholders 2021-12-10 19:18:21 +01:00
highlight_related.rs remove unnecessary lazy evaluations 2023-01-02 15:02:54 +00:00
hover.rs remove needless borrows 2023-01-02 14:52:32 +00:00
inlay_hints.rs Auto merge of - danieleades:clippy, r=lnicola 2023-01-08 17:29:57 +00:00
join_lines.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
lib.rs Enum variant discriminants hints 2022-12-23 11:37:42 +01:00
markdown_remove.rs
markup.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
matching_brace.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
moniker.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
move_item.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00
navigation_target.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
parent_module.rs fix: Fix DidSaveDocument requests blocking the server on startup 2022-10-20 19:55:04 +02:00
prime_caches.rs Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
references.rs Deduplicate reference search results 2022-11-07 16:48:50 +01:00
rename.rs remove useless conversions 2023-01-02 15:02:54 +00:00
runnables.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
shuffle_crate_graph.rs Calculate the TargetDataLayout correctly for the selected target 2022-12-21 15:11:24 +01:00
signature_help.rs Parse do yeet expressions 2022-12-28 22:42:26 +00:00
ssr.rs Re-export FxHashMap and FxHashSet from ide_db 2022-04-25 18:51:59 +02:00
static_index.rs Auto merge of - Veykril:discriminant-hints, r=Veykril 2023-01-02 13:20:33 +00:00
status.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
syntax_highlighting.rs Add config for macro bang token highlighting, disable by default 2022-08-23 14:05:56 +02:00
syntax_tree.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
typing.rs Inline all format arguments where possible 2022-12-24 14:36:10 -05:00
view_crate_graph.rs Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
view_hir.rs Add an HIR pretty-printer 2022-08-15 13:51:45 +02:00
view_item_tree.rs Fix r-a spelling in some places 2022-08-01 13:47:09 +02:00