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 Nov 6, 2023
1 parent 54b2973 commit fd4d9ee
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 @@ -29,7 +29,7 @@ use crate::sync::Arc;
///
/// <!-- 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 fd4d9ee

Please sign in to comment.