aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists/split_import.rs
Commit message (Collapse)AuthorAgeFilesLines
* simplify AssistCtx APIAleksey Kladov2019-10-271-5/+3
| | | | | We never actually use ability to create multiple actions out of a single context
* document almost all assistsAleksey Kladov2019-10-271-2/+11
|
* extract assist helper for getting a specific tokenAleksey Kladov2019-10-271-1/+1
|
* remove `visitor` moduleEkaterina Babshukova2019-10-051-3/+3
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* move assists to subdirAleksey Kladov2019-09-251-0/+61