Skip to content

Commit

Permalink
Allow rustdoc to take care of intra-doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 3, 2023
1 parent 638fa8b commit 8bd3355
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
//! [`std::clone::Clone`] trait are automatically usable by a `DynClone` trait
//! object.
//!
//! [`DynClone`]: trait.DynClone.html
//! [`clone_box`]: fn.clone_box.html
//! [`std::clone::Clone`]: https://doc.rust-lang.org/std/clone/trait.Clone.html
//!
//! # Example
//!
//! ```
Expand Down Expand Up @@ -123,8 +119,6 @@ use alloc::rc::Rc;
use alloc::sync::Arc;

/// This trait is implemented by any type that implements [`std::clone::Clone`].
///
/// [`std::clone::Clone`]: https://doc.rust-lang.org/std/clone/trait.Clone.html
pub trait DynClone: Sealed {
// Not public API
#[doc(hidden)]
Expand Down

0 comments on commit 8bd3355

Please sign in to comment.