about summary refs log tree commit diff
path: root/tests/rustdoc-js-std/parser-errors.js
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-10-16 09:46:17 +0000
committerbors <bors@rust-lang.org>2024-10-16 09:46:17 +0000
commitccb30bfd5b063b61a56b688614bb3f8eeeae8c20 (patch)
treec85854b4e362f3927689b357cc5e50979ad32f81 /tests/rustdoc-js-std/parser-errors.js
parentddda954e3771c606f0ea2086f7298864374e9093 (diff)
parent48636259dfac998c0f34980ef52bebb0ca92a798 (diff)
downloadrust-ccb30bfd5b063b61a56b688614bb3f8eeeae8c20.tar.gz
rust-ccb30bfd5b063b61a56b688614bb3f8eeeae8c20.zip
Auto merge of #13554 - ageorgou:doc-links, r=xFrednet
Documentation fixes

- In [the page describing the lints](https://rust-lang.github.io/rust-clippy/master/index.html), the View Source links are incorrect. This PR removes the extra segment causing them to fail.
  - Example before: https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/clippy_lints/src/absolute_paths.rs#L13
  - Example after: https://github.com/rust-lang/rust-clippy/blob/master/clippy_lints/src/absolute_paths.rs#L13
  - I think this was introduced in #13269.
  - I've only checked a few of the lints with the new template, but from what I can tell the metadata is generated in the same way for all of them. The `id_location` contains the full path of the lint declaration in the repository, which is why `clippy_lints` was repeated in the URL.
- Separately, fixing a typo in the explanation of `unnecessary_get_then_check`.

changelog: none
Diffstat (limited to 'tests/rustdoc-js-std/parser-errors.js')
0 files changed, 0 insertions, 0 deletions