From a70ef6a20bbb9d2ac557e54acccb97e7662550ce Mon Sep 17 00:00:00 2001 From: Son Date: Wed, 17 Oct 2018 08:03:12 +1100 Subject: [PATCH] Seems like we don't have to refer the file anymore. --- src/libcore/task/wake.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/libcore/task/wake.rs b/src/libcore/task/wake.rs index 7cc200837b4..c2768e70aec 100644 --- a/src/libcore/task/wake.rs +++ b/src/libcore/task/wake.rs @@ -188,13 +188,10 @@ impl LocalWaker { } impl From for Waker { - /// Converts a [`LocalWaker`] into a [`Waker`]. + /// Converts a `LocalWaker` into a `Waker`. /// /// This conversion forgets local waker and allocates a new waker with /// the same inner. - /// - /// [`LocalWaker`]: struct.LocalWaker.html - /// [`Waker`]: struct.Waker.html #[inline] fn from(local_waker: LocalWaker) -> Self { local_waker.0