1
Fork 0

rustdoc: make the header show all three buttons

This tweaks it to use less space for the breadcrumbs.
This commit is contained in:
Michael Howell 2024-09-02 19:42:28 -07:00
parent d05323c7b4
commit 5b1b2e97e3
26 changed files with 154 additions and 102 deletions

View file

@ -3,8 +3,7 @@
#![crate_name = "foo"]
#![feature(rustc_attrs)]
//@ has foo/primitive.tuple.html '//a[@class="primitive"]' 'tuple'
//@ has - '//h1' 'Primitive Type tuple'
//@ has foo/primitive.tuple.html '//h1' 'Primitive Type tuple'
//@ has - '//section[@id="main-content"]//div[@class="docblock"]//p' 'this is a test!'
//@ has - '//h2[@id="synthetic-implementations"]' 'Auto Trait Implementations'
//@ has - '//div[@id="synthetic-implementations-list"]//h3' 'Send'