diff options
| author | Michael Howell <michael@notriddle.com> | 2024-09-02 19:42:28 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2024-09-10 17:56:06 -0700 |
| commit | 5b1b2e97e36c4966b9c6c30d5679f6da76503fc7 (patch) | |
| tree | c547e08dcc1f152f023b0b308fb87964f7926fb4 /tests/rustdoc/primitive-reference.rs | |
| parent | d05323c7b4ebeaeaffe3ea8e0d02a8b01db67ddd (diff) | |
| download | rust-5b1b2e97e36c4966b9c6c30d5679f6da76503fc7.tar.gz rust-5b1b2e97e36c4966b9c6c30d5679f6da76503fc7.zip | |
rustdoc: make the header show all three buttons
This tweaks it to use less space for the breadcrumbs.
Diffstat (limited to 'tests/rustdoc/primitive-reference.rs')
| -rw-r--r-- | tests/rustdoc/primitive-reference.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/rustdoc/primitive-reference.rs b/tests/rustdoc/primitive-reference.rs index c12d65ee0c5..bd6b2a32f75 100644 --- a/tests/rustdoc/primitive-reference.rs +++ b/tests/rustdoc/primitive-reference.rs @@ -8,7 +8,6 @@ //@ has - '//div[@class="sidebar-elems"]//li/a' 'Primitive Types' //@ has - '//div[@class="sidebar-elems"]//li/a/@href' '#primitives' //@ has foo/primitive.reference.html -//@ has - '//a[@class="primitive"]' 'reference' //@ has - '//h1' 'Primitive Type reference' //@ has - '//section[@id="main-content"]//div[@class="docblock"]//p' 'this is a test!' |
