Skip to content

Resolve warnings about ambiguous/redundant doc links

Nick Mathewson requested to merge nickm/arti:redundant_config_links into main

Nightly rustdoc now warns if you have a link that isn't necessary, and if you have a link that might refer to two different things.

Fixes some warnings on nightly CI.

Merge request reports