There are broken links when looking at the `BTreeSet` structure. This happens because the structure can be viewed from two locations, both at varying depths of links so the relative links may or may not work: - [`std::collections::BTreeSet`](http://doc.rust-lang.org/nightly/std/collections/struct.BTreeSet.html) - working - [`std::collections::btree_set::BTreeSet`](http://doc.rust-lang.org/nightly/std/collections/btree_set/struct.BTreeSet.html) - not working