Skip to content

Commit cef46f9

Browse files
committed
URL-encode chars in fragment.
1 parent ccd6513 commit cef46f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/alloc/src/task.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ use core::task::Waker;
3434
///
3535
/// <!-- This impl is reachable from `alloc` but rustdoc only lists it in `std`
3636
/// because `alloc` doesn't reexport `Waker` -->
37-
/// [wi]: ../../std/task/struct.Waker.html#impl-From<Arc<W,+Global>>-for-Waker
37+
/// [wi]: ../../std/task/struct.Waker.html#impl-From%3CArc%3CW,+Global%3E%3E-for-Waker
3838
///
3939
/// # Examples
4040
///

0 commit comments

Comments
 (0)