]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Auto merge of #83506 - asomers:backtrace-0.3.56, r=Mark-Simulacrum
[rust.git] / config.toml.example
index 5c4392acca595813d24154e693be54d99bc50ae4..ee06e1bd0ba1b7b64ea5df486629c958acd5c4bc 100644 (file)
@@ -208,6 +208,11 @@ changelog-seen = 2
 # documentation.
 #docs = true
 
+# Flag to specify whether CSS, JavaScript, and HTML are minified when
+# docs are generated. JSON is always minified, because it's enormous,
+# and generated in already-minified form from the beginning.
+#docs-minification = true
+
 # Indicate whether the compiler should be documented in addition to the standard
 # library and facade crates.
 #compiler-docs = false