rust/crates/hir-def
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
..
src Auto merge of #15169 - lowr:patch/impl-header-anon-lifetime, r=HKalbasi 2023-06-30 16:57:20 +00:00
Cargo.toml Upgrade to indexmap v2 2023-06-24 17:35:20 -07:00