Skip to content

Commit a70ef6a

Browse files
committed
Seems like we don't have to refer the file anymore.
1 parent f8550a4 commit a70ef6a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/libcore/task/wake.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -188,13 +188,10 @@ impl LocalWaker {
188188
}
189189

190190
impl From<LocalWaker> for Waker {
191-
/// Converts a [`LocalWaker`] into a [`Waker`].
191+
/// Converts a `LocalWaker` into a `Waker`.
192192
///
193193
/// This conversion forgets local waker and allocates a new waker with
194194
/// the same inner.
195-
///
196-
/// [`LocalWaker`]: struct.LocalWaker.html
197-
/// [`Waker`]: struct.Waker.html
198195
#[inline]
199196
fn from(local_waker: LocalWaker) -> Self {
200197
local_waker.0

0 commit comments

Comments
 (0)