Skip to content

Commit fd4d9ee

Browse files
committed
URL-encode chars in fragment.
1 parent 54b2973 commit fd4d9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/task.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use crate::sync::Arc;
2929
///
3030
/// <!-- This impl is reachable from `alloc` but rustdoc only lists it in `std`
3131
/// because `alloc` doesn't reexport `Waker` -->
32-
/// [wi]: ../../std/task/struct.Waker.html#impl-From<Arc<W,+Global>>-for-Waker
32+
/// [wi]: ../../std/task/struct.Waker.html#impl-From%3CArc%3CW,+Global%3E%3E-for-Waker
3333
///
3434
/// # Examples
3535
///

0 commit comments

Comments
 (0)