rustdoc: remove unused class has-srclink
Stopped being used in CSS with
73d0f7c7b6
This commit is contained in:
parent
1e225413a2
commit
74e843c833
51 changed files with 96 additions and 108 deletions
|
@ -9,8 +9,8 @@ impl MyStruct {
|
|||
}
|
||||
|
||||
// @has typedef/type.MyAlias.html
|
||||
// @has - '//*[@class="impl has-srclink"]//h3[@class="code-header"]' 'impl MyAlias'
|
||||
// @has - '//*[@class="impl has-srclink"]//h3[@class="code-header"]' 'impl MyTrait for MyAlias'
|
||||
// @has - '//*[@class="impl"]//h3[@class="code-header"]' 'impl MyAlias'
|
||||
// @has - '//*[@class="impl"]//h3[@class="code-header"]' 'impl MyTrait for MyAlias'
|
||||
// @hasraw - 'Alias docstring'
|
||||
// @has - '//*[@class="sidebar"]//*[@class="location"]' 'MyAlias'
|
||||
// @has - '//*[@class="sidebar"]//a[@href="#implementations"]' 'Methods'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue