]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustdoc-gui/theme-in-history.goml
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
[rust.git] / src / test / rustdoc-gui / theme-in-history.goml
index c29571728a1a2a0ec13514b4ab259f056a076b30..10508e86a36e17a4c3d755a85d33ffe842bf639b 100644 (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.