mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
1d328de3ec
This swaps things around so that the class that gets used more often has the shorter name.
6 lines
322 B
Plaintext
6 lines
322 B
Plaintext
// 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"
|
|
assert-attribute: (".toggle.implementors-toggle", {"open": ""})
|