Skip to content

Commit

Permalink
Rollup merge of #75379 - denisvasilik:intra-docs-links-core-cmp, r=Dy…
Browse files Browse the repository at this point in the history
…lan-DPC

Use intra-doc links in /library/core/src/cmp.rs

Helps with #75080.

@rustbot modify labels: T-doc, A-intra-doc-links, T-rustdoc

Known issues:

* Links from `core` to `std` (#74481):
    * [`Vec::sort_by_key`]
  • Loading branch information
Dylan-DPC authored Aug 10, 2020
2 parents d00c703 + eea8581 commit 0a738d4
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions library/core/src/cmp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@
//!
//! For more details, see the respective documentation of each item in the list.
//!
//! [`Eq`]: trait.Eq.html
//! [`PartialEq`]: trait.PartialEq.html
//! [`Ord`]: trait.Ord.html
//! [`PartialOrd`]: trait.PartialOrd.html
//! [`Ordering`]: enum.Ordering.html
//! [`Reverse`]: struct.Reverse.html
//! [`max`]: fn.max.html
//! [`min`]: fn.min.html
//! [`max`]: Ord::max
//! [`min`]: Ord::min
#![stable(feature = "rust1", since = "1.0.0")]

Expand Down

0 comments on commit 0a738d4

Please sign in to comment.