rust/crates/rust-analyzer/src
bors 76bcd9946a Auto merge of #15169 - lowr:patch/impl-header-anon-lifetime, r=HKalbasi
Use anonymous lifetime where possible

Because anonymous lifetimes are *super* cool.

More seriously, I believe anonymous lifetimes, especially those in impl headers, reduce cognitive load to a certain extent because they usually signify that they are not relevant in the signature of the methods within (or that we can apply the usual lifetime elision rules even if they are relevant).
2023-06-30 16:57:20 +00:00
..
bin Use anonymous lifetime where possible 2023-06-29 23:27:28 +09:00
cli Add library fixture meta 2023-06-28 22:34:14 +09:00
config
diagnostics Refactor position 2023-05-06 00:52:32 -07:00
handlers Purge of unwrap version 2 2023-06-30 16:31:20 +02:00
caps.rs Make WideEncoding non-exhaustive 2023-05-06 00:49:23 -07:00
cargo_target_spec.rs Don't add --all-targets to runnables for no-std crates 2023-05-28 14:18:44 +02:00
cli.rs Add run-tests command 2023-06-22 19:33:37 +03:30
config.rs Add render configs for memory layout hovers 2023-05-30 18:36:06 +02:00
diagnostics.rs Depend on nohash-hasher individually 2023-05-06 00:49:23 -07:00
diff.rs
dispatch.rs Use anonymous lifetime where possible 2023-06-29 23:27:28 +09:00
from_proto.rs internal: remove spurious regex dependency 2023-06-18 13:59:32 +01:00
global_state.rs internal: use consistent style for error handling 2023-06-19 13:01:47 +01:00
integrated_benchmarks.rs Use triomphe Arc 2023-05-02 20:02:43 +03:00
lib.rs internal: remove spurious regex dependency 2023-06-18 13:59:32 +01:00
line_index.rs Use triomphe Arc 2023-05-02 20:02:43 +03:00
lsp_ext.rs Add a localDocs capability 2023-05-02 17:13:21 +02:00
lsp_utils.rs internal: Less file parsing for symbol index generation 2023-05-18 08:25:06 +02:00
main_loop.rs internal: remove spurious regex dependency 2023-06-18 13:59:32 +01:00
markdown.rs
mem_docs.rs
op_queue.rs
reload.rs internal: use consistent style for error handling 2023-06-19 13:01:47 +01:00
semantic_tokens.rs Add macro modifier for highlighting tokens in macro calls 2023-05-13 11:43:39 +02:00
task_pool.rs Revert "Add mandatory panic contexts to all threadpool tasks" 2023-06-04 09:30:21 +02:00
to_proto.rs format documentation for SignatureHelpRequests 2023-06-10 09:54:34 -04:00
version.rs