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
|
@ -8,7 +8,7 @@ pub struct Foo;
|
|||
/// Hello empty impl block!
|
||||
impl Foo {}
|
||||
// We ensure that this empty impl block without doc isn't rendered.
|
||||
// @count - '//*[@class="impl has-srclink"]' 'impl Foo' 1
|
||||
// @count - '//*[@class="impl"]' 'impl Foo' 1
|
||||
impl Foo {}
|
||||
|
||||
// Just to ensure that empty trait impl blocks are rendered.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue