aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/completion/completion_context.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove Canceled from impl of ra_ide_apiAleksey Kladov2019-01-151-5/+4
|
* remove Cancelable from source bindersAleksey Kladov2019-01-151-1/+1
|
* dont complete () if they are already thereAleksey Kladov2019-01-101-4/+10
|
* fix usages after renameAleksey Kladov2019-01-081-0/+205