-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
Description
When rust-lang/rust#74430 lands in a stable Rust release, we should go through the doc strings and change them from
/// Use the [`wrap`] function...
/// [`wrap`]: fn.wrap.html
to
/// Use the [`wrap`] function...
That is, we can rely on rustdoc
to automatically find the right target for internal documentation links.