Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid converting types into themselves via .into() (clippy::useless-conversion) | Matthias Krüger | 2021-03-17 | 1 | -1/+1 |
| | | | | example: let x: String = String::from("hello world").into(); | ||||
* | rename completion -> ide_completion | Aleksey Kladov | 2021-02-17 | 1 | -0/+224 |
We don't have completion-related PRs in flight, so lets do it |