2021-06-12 22:19:26 -07:00
|
|
|
// This tests that the "implementations" section on struct/enum pages
|
|
|
|
// has all the implementations toggled open by default, so users can
|
|
|
|
// find method names in those implementations with Ctrl-F.
|
|
|
|
goto: file://|DOC_PATH|/test_docs/struct.Foo.html
|
2021-06-19 12:56:55 +02:00
|
|
|
assert-attr: (".rustdoc-toggle.implementors-toggle", {"open": ""})
|