From 8258cf285fabb281d85d9c880d816e54fbf62d37 Mon Sep 17 00:00:00 2001 From: Camelid Date: Sat, 7 Nov 2020 12:22:24 -0800 Subject: Convert a bunch of intra-doc links --- library/std/src/sync/mpsc/mod.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'library/std/src/sync') diff --git a/library/std/src/sync/mpsc/mod.rs b/library/std/src/sync/mpsc/mod.rs index dc13c9433f1..db0777ee9f0 100644 --- a/library/std/src/sync/mpsc/mod.rs +++ b/library/std/src/sync/mpsc/mod.rs @@ -535,9 +535,6 @@ unsafe impl Send for SyncSender {} /// A **send** operation can only fail if the receiving end of a channel is /// disconnected, implying that the data could never be received. The error /// contains the data being sent as a payload so it can be recovered. -/// -/// [`Sender::send`]: Sender::send -/// [`SyncSender::send`]: SyncSender::send #[stable(feature = "rust1", since = "1.0.0")] #[derive(PartialEq, Eq, Clone, Copy)] pub struct SendError(#[stable(feature = "rust1", since = "1.0.0")] pub T); -- cgit 1.4.1-3-g733a5