rust/crates/ra_hir
Florian Diebold 3f42b2e837 Handle Self in values and patterns
I.e.
 - `Self(x)` or `Self` in tuple/unit struct impls
 - `Self::Variant(x)` or `Self::Variant` in enum impls
 - the same in patterns

Fixes #4454.
2020-05-15 17:25:28 +02:00
..
src Handle Self in values and patterns 2020-05-15 17:25:28 +02:00
Cargo.toml update itertools version to 0.9.0 2020-03-23 16:22:46 -07:00