]> git.lizzy.rs Git - rust.git/commitdiff
Merge #5116
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 3 Jul 2020 12:44:09 +0000 (12:44 +0000)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 12:44:09 +0000 (12:44 +0000)
5116: Categorize assists r=matklad a=kjeremy

Categorize assists so that editors can use them. Follows the LSP spec pretty close (and some things may need adjustments) but this populates the Refactor menu in vscode and pushes quickfixes through again.

This is a prerequisite to filtering out assists that the client doesn't care about.

Fixes #4147

Co-authored-by: Jeremy Kolb <kjeremy@gmail.com>
Co-authored-by: kjeremy <kjeremy@gmail.com>

Trivial merge