rustdoc: remove small from small-section-header
There's no such thing as a big section header, so I don't know why the name was used.
This commit is contained in:
parent
b10cfcd65f
commit
c910a49b05
19 changed files with 63 additions and 63 deletions
|
@ -5,9 +5,9 @@
|
|||
// @has 'foo/index.html'
|
||||
// Each compiler builtin proc-macro has a trait equivalent so we should have
|
||||
// a trait section as well.
|
||||
// @count - '//*[@id="main-content"]//*[@class="small-section-header"]' 2
|
||||
// @has - '//*[@id="main-content"]//*[@class="small-section-header"]' 'Traits'
|
||||
// @has - '//*[@id="main-content"]//*[@class="small-section-header"]' 'Derive Macros'
|
||||
// @count - '//*[@id="main-content"]//*[@class="section-header"]' 2
|
||||
// @has - '//*[@id="main-content"]//*[@class="section-header"]' 'Traits'
|
||||
// @has - '//*[@id="main-content"]//*[@class="section-header"]' 'Derive Macros'
|
||||
|
||||
// Now checking the correct file is generated as well.
|
||||
// @has 'foo/derive.Clone.html'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue