mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
URL-encode chars in fragment.
This commit is contained in:
parent
ccd6513c67
commit
cef46f9e3d
@ -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
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user