Sign in
rust
/
rust
/
08650fbb506c44fbc95d91abfb7cd95a56bbff30
/
.
/
src
/
test
/
rustdoc-gui
/
toggle-implementors.goml
blob: 15521ff0f49d320381d8cb2486beee06415f1066 [
file
]
// This test ensures that the implementors toggle are not open by default.
goto
:
file
:
//|DOC_PATH|/implementors/trait.Whatever.html
assert
-
attribute
-
false
:
(
"#implementors-list > details"
,
{
"open"
:
""
},
ALL
)