Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix add-new assist | Aleksey Kladov | 2019-11-15 | 1 | -5/+64 |
| | |||||
* | Add add_new assist | Wesley Norris | 2019-11-09 | 1 | -0/+379 |
Adds a new assist to autogenerate a new fn based on the selected struct, excluding tuple structs and unions. The fn will inherit the same visibility as the struct and the assist will attempt to reuse any existing impl blocks that exist at the same level of struct. |