Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-gui
/
toggle-implementors.goml
blob: c4056275d3e1e034bf8cdda3c1ddd79f847db3a8 [
file
] [
log
] [
blame
] [
edit
]
// This test ensures that the implementors toggle are not open by default.
go
-
to
:
"file://"
+
|
DOC_PATH
|
+
"/implementors/trait.Whatever.html"
assert
-
attribute
-
false
:
(
"#implementors-list > details"
,
{
"open"
:
""
},
ALL
)