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
This is actually a known bug in rustdoc and/or the compiler, although I can't seem to find the issue right now... Basically it'll suffice to just tag the trait with #[doc(hidden)] for now.
It shows up on https://doc.rust-lang.org/nightly/std/collections/struct.BTreeMap.html and https://doc.rust-lang.org/nightly/std/collections/btree_map/struct.BTreeMap.html, but not on https://doc.rust-lang.org/nightly/collections/struct.BTreeMap.html or https://doc.rust-lang.org/nightly/collections/btree_map/struct.BTreeMap.html.
The text was updated successfully, but these errors were encountered: