Skip to content

Commit 8bd3355

Browse files
committed
Allow rustdoc to take care of intra-doc links
1 parent 638fa8b commit 8bd3355

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
//! [`std::clone::Clone`] trait are automatically usable by a `DynClone` trait
1313
//! object.
1414
//!
15-
//! [`DynClone`]: trait.DynClone.html
16-
//! [`clone_box`]: fn.clone_box.html
17-
//! [`std::clone::Clone`]: https://doc.rust-lang.org/std/clone/trait.Clone.html
18-
//!
1915
//! # Example
2016
//!
2117
//! ```
@@ -123,8 +119,6 @@ use alloc::rc::Rc;
123119
use alloc::sync::Arc;
124120

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

0 commit comments

Comments
 (0)