Sign in
android
/
toolchain
/
rustc
/
9cf678059bdfead0671d48dbbb51b152b62d6995
/
.
/
src
/
test
/
rustdoc-gui
/
toggle-implementors.goml
blob: 15521ff0f49d320381d8cb2486beee06415f1066 [
file
] [
log
] [
blame
]
// 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
)