Closed
Description
On https://doc.rust-lang.org/stable/std/cmp/trait.Ord.html and other pages, one might find implementors such as:
impl Ord for Big32x36
impl Ord for Big8x3
But these types are not exported and should be hidden from the documentation.