Expand description

Reorder items.

mod, extern crate and use declarations are reordered in alphabetical order. Trait items are reordered in pre-determined order (associated types and constants comes before methods).

Enums§

Functions§