rust/docs
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
..
dev Normalize spelling to American English 2020-12-10 17:51:56 +03:00
user Use natural trait ordering in derive completion 2020-12-11 15:45:53 +03:00