1
Fork 0

rustdoc: remove unused class has-srclink

Stopped being used in CSS with
73d0f7c7b6
This commit is contained in:
Michael Howell 2023-01-28 16:35:02 -07:00
parent 1e225413a2
commit 74e843c833
51 changed files with 96 additions and 108 deletions

View file

@ -10,7 +10,7 @@ pub struct Foo;
// There are 3 impl blocks with public item and one that should not be displayed
// by default because it only contains private items (but not in this case because
// we used `--document-private-items`).
// @count - '//*[@class="impl has-srclink"]' 'impl Foo' 4
// @count - '//*[@class="impl"]' 'impl Foo' 4
// Impl block only containing private items should not be displayed unless the
// `--document-private-items` flag is used.