aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions.rs
Commit message (Collapse)AuthorAgeFilesLines
* avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
| | | | example: let x: String = String::from("hello world").into();
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+224
We don't have completion-related PRs in flight, so lets do it