rust noob here, looked up rustdoc for [std::cmp](https://doc.rust-lang.org/std/cmp/) and realised that the meat of the docs and examples are under `std::cmp::Ordering` should it be brought up from `std::cmp::Ordering` to `std::cmp` ?