We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88defe commit 29593e2Copy full SHA for 29593e2
src/libcollections/btree/set.rs
@@ -34,7 +34,7 @@ use Bound;
34
/// to any other item, as determined by the [`Ord`] trait, changes while it is in the set. This is
35
/// normally only possible through [`Cell`], [`RefCell`], global state, I/O, or unsafe code.
36
///
37
-/// [`BTreeMap`]: struct.BTreeMap.html
+/// [`BTreeMap`]: ../btree_map/struct.BTreeMap.html
38
/// [`Ord`]: ../../std/cmp/trait.Ord.html
39
/// [`Cell`]: ../../std/cell/struct.Cell.html
40
/// [`RefCell`]: ../../std/cell/struct.RefCell.html
0 commit comments