rustdoc: remove unnecessary DOM class h1.fqn
It's misleading. The main heading sometimes isn't an fully qualified name at all. It's also redundant. It's always a child of `div.main-heading`, so just use that.
This commit is contained in:
parent
5ca6f7d2c3
commit
39b90a5f6e
17 changed files with 33 additions and 33 deletions
|
@ -9,7 +9,7 @@
|
|||
// @has - '//div[@class="sidebar-elems"]//li/a/@href' '#primitives'
|
||||
// @has foo/primitive.reference.html
|
||||
// @has - '//a[@class="primitive"]' 'reference'
|
||||
// @has - '//h1[@class="fqn"]' 'Primitive Type reference'
|
||||
// @has - '//h1' 'Primitive Type reference'
|
||||
// @has - '//section[@id="main-content"]//div[@class="docblock"]//p' 'this is a test!'
|
||||
|
||||
// There should be only one implementation listed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue