We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b2973 commit fd4d9eeCopy full SHA for fd4d9ee
library/alloc/src/task.rs
@@ -29,7 +29,7 @@ use crate::sync::Arc;
29
///
30
/// <!-- This impl is reachable from `alloc` but rustdoc only lists it in `std`
31
/// because `alloc` doesn't reexport `Waker` -->
32
-/// [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
33
34
/// # Examples
35
0 commit comments