We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8550a4 commit a70ef6aCopy full SHA for a70ef6a
src/libcore/task/wake.rs
@@ -188,13 +188,10 @@ impl LocalWaker {
188
}
189
190
impl From<LocalWaker> for Waker {
191
- /// Converts a [`LocalWaker`] into a [`Waker`].
+ /// Converts a `LocalWaker` into a `Waker`.
192
///
193
/// This conversion forgets local waker and allocates a new waker with
194
/// the same inner.
195
- ///
196
- /// [`LocalWaker`]: struct.LocalWaker.html
197
- /// [`Waker`]: struct.Waker.html
198
#[inline]
199
fn from(local_waker: LocalWaker) -> Self {
200
local_waker.0
0 commit comments