about summary refs log tree commit diff
path: root/library/alloc/src/task.rs
diff options
context:
space:
mode:
authorKevin Reid <kpreid@switchb.org>2023-11-06 08:06:07 -0800
committerKevin Reid <kpreid@switchb.org>2024-02-10 22:17:11 -0800
commitcef46f9e3dca21fc9da6206177af43bb1ce7e664 (patch)
tree2bca407e429b64496180851da622a53e52fdd818 /library/alloc/src/task.rs
parentccd6513c6777e9f4083743bc80abc16cd7a744d6 (diff)
downloadrust-cef46f9e3dca21fc9da6206177af43bb1ce7e664.tar.gz
rust-cef46f9e3dca21fc9da6206177af43bb1ce7e664.zip
URL-encode chars in fragment.
Diffstat (limited to 'library/alloc/src/task.rs')
-rw-r--r--library/alloc/src/task.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/alloc/src/task.rs b/library/alloc/src/task.rs
index 193c080d4bb..1409c2d4d34 100644
--- a/library/alloc/src/task.rs
+++ b/library/alloc/src/task.rs
@@ -34,7 +34,7 @@ use core::task::Waker;
 ///
 /// <!-- This impl is reachable from `alloc` but rustdoc only lists it in `std`
 ///      because `alloc` doesn't reexport `Waker` -->
-/// [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
 ///
 /// # Examples
 ///