rust/crates/ra_assists
Matthew Hall 1fee60181f Add impl From for enum variant assist
Basically adds a From impl for tuple enum variants with one field. Added
to cover the fairly common case of implementing your own Error that can
be created from another one, although other use cases exist.
2020-04-01 22:26:41 +01:00
..
src Add impl From for enum variant assist 2020-04-01 22:26:41 +01:00
Cargo.toml Start stdx 2020-03-28 11:01:25 +01:00