aboutsummaryrefslogtreecommitdiff
path: root/crates/completion/src/completions/attribute.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use natural trait ordering in derive completionAleksey Kladov2020-12-111-17/+18
| | | | | | | | derive(Clone, Copy) reads better than derive(Copy, Clone). However, we preserve the reverse ordering in the lookup text for sorting purposes. That way, it's convenient to type just `Ord` to derive everything.
* Update attributes completion listLukas Wirth2020-12-061-3/+39
|
* Move Completions structure definition into completions moduleIgor Aleksanov2020-10-251-23/+17
|
* Reorganize completions structureIgor Aleksanov2020-10-251-0/+534