URL-encode chars in fragment.

This commit is contained in:
Kevin Reid 2023-11-06 08:06:07 -08:00
parent ccd6513c67
commit cef46f9e3d

View File

@ -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
///