You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: Technically these types are accessible — that is, with the proper #![feature()] you can use them — but they are inside a #[doc(hidden)] module and not re-exported from there.
The most serious part of the problem is that Big32x36, Big8x3, etc. are links to non-existing pages, (they 404).
On https://doc.rust-lang.org/stable/std/cmp/trait.Ord.html and other pages, one might find implementors such as:
But these types are not exported and should be hidden from the documentation.
The text was updated successfully, but these errors were encountered: