rust/crates/ra_syntax
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
..
fuzz Added test for check doc strings in crates. 2019-09-30 11:58:53 +03:00
src Add impl From for enum variant assist 2020-04-01 22:26:41 +01:00
test_data Fix parsing lambdas with return type 2020-03-25 17:01:28 +01:00
Cargo.toml Nice string formatting 2020-03-28 12:27:54 +01:00