Skip to content

Commit

Permalink
URL-encode chars in fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpreid committed Feb 11, 2024
1 parent ccd6513 commit cef46f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/alloc/src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
///
Expand Down

0 comments on commit cef46f9

Please sign in to comment.