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` ?
rust noob here, looked up rustdoc for std::cmp
and realised that the meat of the docs and examples are under
std::cmp::Orderingshould it be brought up from
std::cmp::Orderingtostd::cmp?