aboutsummaryrefslogtreecommitdiff
path: root/crates/ide_completion/src/completions/postfix/format_like.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy::redundant_field_namesMaan20032021-06-131-1/+1
|
* clippy::redudant_borrowMaan20032021-06-131-1/+1
|
* Fix incorrect list nesting in format_like feature descriptionLukas Wirth2021-06-051-9/+9
|
* Fix feature description inconsistencyBrandon2021-05-011-1/+1
|
* Gifs and screenshots for features in manualAyomide Bamidele2021-03-311-0/+2
|
* 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();
* some clippy::performance fixesMatthias Krüger2021-03-151-1/+1
| | | | | | | use vec![] instead of Vec::new() + push() avoid redundant clones use chars instead of &str for single char patterns in ends_with() and starts_with() allocate some Vecs with capacity to avoid unneccessary resizing
* rename completion -> ide_completionAleksey Kladov2021-02-171-0/+287
We don't have completion-related PRs in flight, so lets do it