Skip to content

Commit 29593e2

Browse files
committed
Fix link in std::collections::btree_set documentation
1 parent e88defe commit 29593e2

File tree

1 file changed

+1
-1
lines changed
  • src/libcollections/btree

1 file changed

+1
-1
lines changed

src/libcollections/btree/set.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use Bound;
3434
/// to any other item, as determined by the [`Ord`] trait, changes while it is in the set. This is
3535
/// normally only possible through [`Cell`], [`RefCell`], global state, I/O, or unsafe code.
3636
///
37-
/// [`BTreeMap`]: struct.BTreeMap.html
37+
/// [`BTreeMap`]: ../btree_map/struct.BTreeMap.html
3838
/// [`Ord`]: ../../std/cmp/trait.Ord.html
3939
/// [`Cell`]: ../../std/cell/struct.Cell.html
4040
/// [`RefCell`]: ../../std/cell/struct.RefCell.html

0 commit comments

Comments
 (0)