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 ccd6513 commit cef46f9Copy full SHA for cef46f9
library/alloc/src/task.rs
@@ -34,7 +34,7 @@ use core::task::Waker;
34
///
35
/// <!-- This impl is reachable from `alloc` but rustdoc only lists it in `std`
36
/// because `alloc` doesn't reexport `Waker` -->
37
-/// [wi]: ../../std/task/struct.Waker.html#impl-From<Arc<W,+Global>>-for-Waker
+/// [wi]: ../../std/task/struct.Waker.html#impl-From%3CArc%3CW,+Global%3E%3E-for-Waker
38
39
/// # Examples
40
0 commit comments