]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-gui/toggled-open-implementations.goml
Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyup
[rust.git] / src / test / rustdoc-gui / toggled-open-implementations.goml
1 // This tests that the "implementations" section on struct/enum pages
2 // has all the implementations toggled open by default, so users can
3 // find method names in those implementations with Ctrl-F.
4 goto: file://|DOC_PATH|/test_docs/struct.Foo.html
5 assert-attribute: (".rustdoc-toggle.implementors-toggle", {"open": ""})