rust/src/test
Matthias Krüger 2997ea3cef
Rollup merge of #93808 - GuillaumeGomez:headings-indent, r=jsha
Remove first headings indent

Fixes https://github.com/rust-lang/rust/issues/92975.

I removed the anchors displayed on hover because the cursor changes when you hover them in any case, removing the need for the indent altogether.

[Demo](https://rustdoc.crud.net/imperio/headings-indent/std/index.html).

Screenshot of the result:

![Screenshot from 2022-02-09 14-46-12](https://user-images.githubusercontent.com/3050060/153213824-74ef0b62-4f2b-4816-8912-6f2f3beacd29.png)

r? `@jsha`
2022-02-10 12:09:59 +01:00
..
assembly Add preliminary support for inline assembly for msp430. 2022-01-22 23:42:46 -05:00
auxiliary
codegen Rollup merge of #93503 - michaelwoerister:fix-vtable-holder-debuginfo-regression, r=wesleywiser 2022-02-09 23:29:56 +01:00
codegen-units Collect panic/panic_bounds_check during monomorphization 2021-10-30 18:21:44 +01:00
debuginfo Auto merge of #93432 - Kobzol:stable-hash-isize-hash-compression, r=the8472 2022-02-03 01:08:45 +00:00
incremental Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis 2022-02-09 14:12:22 +09:00
mir-opt Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk 2022-02-07 00:26:52 +00:00
pretty Bless all pretty printer tests and ui tests 2022-02-03 10:59:36 -08:00
run-make Rollup merge of #93568 - willcrichton:scrape-examples-leading-whitespace, r=CraftSpider 2022-02-08 06:47:33 +01:00
run-make-fulldeps Rollup merge of #92695 - Swatinem:cover-nested, r=wesleywiser 2022-02-08 06:47:32 +01:00
run-pass-valgrind
rustdoc Rollup merge of #93715 - GuillaumeGomez:horizontal-trim, r=notriddle 2022-02-08 06:47:36 +01:00
rustdoc-gui Update rustdoc tests for headings indent 2022-02-09 14:55:26 +01:00
rustdoc-js rustdoc: add test case for multiple traits and erased names 2022-01-26 13:03:31 -07:00
rustdoc-js-std
rustdoc-json Add has tests for blanket_with_local trait methods 2022-01-22 19:55:25 -05:00
rustdoc-ui Rollup merge of #93721 - jyn514:less-macro-special-casing, r=petrochenkov 2022-02-08 06:47:37 +01:00
ui Rollup merge of #93802 - lcnr:mcg-woops, r=BoxyUwU 2022-02-10 12:09:58 +01:00
ui-fulldeps add a rustc::query_stability lint 2022-02-01 10:15:59 +01:00
COMPILER_TESTS.md