aboutsummaryrefslogtreecommitdiff
path: root/crates/assists/src/handlers/infer_function_return_type.rs
Commit message (Collapse)AuthorAgeFilesLines
* Don't call a closure function in infer_function_return_type labelLukas Wirth2020-11-171-8/+16
|
* Adjust test-texts in infer_function_return_typeLukas Wirth2020-11-061-78/+78
|
* Enable infer_function_return_type in return-type positionLukas Wirth2020-11-061-29/+129
|
* Wrap non-block expressions in closures with a blockLukas Wirth2020-11-061-12/+31
|
* Ignore unit expressions in infer_function_return_type assistLukas Wirth2020-11-061-3/+13
|
* Support closures in infer_function_return_type assistLukas Wirth2020-11-061-19/+114
|
* Add infer_function_return_type assistLukas Wirth2020-11-061-0/+113