URL-encode chars in fragment.
This commit is contained in:
parent
ccd6513c67
commit
cef46f9e3d
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ use core::task::Waker;
|
||||||
///
|
///
|
||||||
/// <!-- This impl is reachable from `alloc` but rustdoc only lists it in `std`
|
/// <!-- This impl is reachable from `alloc` but rustdoc only lists it in `std`
|
||||||
/// because `alloc` doesn't reexport `Waker` -->
|
/// 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
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue