mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-26 17:31:52 +00:00
7 lines
218 B
Plaintext
7 lines
218 B
Plaintext
// When JavaScript is disabled, we hide the search bar, because it
|
|
// can't be used without JS.
|
|
javascript: false
|
|
|
|
go-to: "file://" + |DOC_PATH| + "/test_docs/struct.Foo.html"
|
|
assert-css: (".sub", {"display": "none"})
|