Skip to content

Commit 3168b7d

Browse files
committed
Use more intra-doc links in BTreeSet
1 parent d6d48b4 commit 3168b7d

File tree

1 file changed

+3
-3
lines changed
  • src/liballoc/collections/btree

1 file changed

+3
-3
lines changed

src/liballoc/collections/btree/set.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ use super::Recover;
2222
/// to any other item, as determined by the [`Ord`] trait, changes while it is in the set. This is
2323
/// normally only possible through [`Cell`], [`RefCell`], global state, I/O, or unsafe code.
2424
///
25-
/// [`Ord`]: ../../std/cmp/trait.Ord.html
26-
/// [`Cell`]: ../../std/cell/struct.Cell.html
27-
/// [`RefCell`]: ../../std/cell/struct.RefCell.html
25+
/// [`Ord`]: core::cmp::Ord
26+
/// [`Cell`]: core::cell::Cell
27+
/// [`RefCell`]: core::cell::RefCell
2828
///
2929
/// # Examples
3030
///

0 commit comments

Comments
 (0)