rust/docs/user
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
..
generated_config.adoc Include config into the manual 2020-12-09 15:31:10 +03:00
manual.adoc Improve docs for building from source 2020-12-10 19:31:46 +02:00