aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/assists/remove_dbg.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-3/+17
|
* use more consistent namingAleksey Kladov2019-10-271-1/+1
| | | | | I think this is the first time I use global rename for rust-analyzer itself :-)
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* move assists to subdirAleksey Kladov2019-09-251-0/+137