rust/crates/completion
Aleksey Kladov e179ed6f53 Use natural trait ordering in derive completion
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.
2020-12-11 15:45:53 +03:00
..
src Use natural trait ordering in derive completion 2020-12-11 15:45:53 +03:00
Cargo.toml Move the helpers into ide_db 2020-11-28 16:30:39 +02:00