Remove unneeded "rustdoc-preferred-dark-theme" setting

This commit is contained in:
Guillaume Gomez 2022-11-01 19:47:12 +01:00
parent 2024f70379
commit a1dfefaded

View File

@ -3,7 +3,6 @@ goto: "file://" + |DOC_PATH| + "/test_docs/index.html"
// Set the theme to dark.
local-storage: {
"rustdoc-theme": "dark",
"rustdoc-preferred-dark-theme": "dark",
"rustdoc-use-system-theme": "false",
}
// We reload the page so the local storage settings are being used.