diff options
| author | Kevin Reid <kpreid@switchb.org> | 2023-11-06 08:06:07 -0800 |
|---|---|---|
| committer | Kevin Reid <kpreid@switchb.org> | 2024-02-10 22:17:11 -0800 |
| commit | cef46f9e3dca21fc9da6206177af43bb1ce7e664 (patch) | |
| tree | 2bca407e429b64496180851da622a53e52fdd818 /library/alloc/src/task.rs | |
| parent | ccd6513c6777e9f4083743bc80abc16cd7a744d6 (diff) | |
| download | rust-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.rs | 2 |
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 /// |
