Skip to content

Commit 095b6d2

Browse files
committed
Make docs-minification default to true
1 parent fdb3e82 commit 095b6d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bootstrap/config.rs

+1
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ impl Config {
559559
config.submodules = true;
560560
config.fast_submodules = true;
561561
config.docs = true;
562+
config.docs_minification = true;
562563
config.rust_rpath = true;
563564
config.channel = "dev".to_string();
564565
config.codegen_tests = true;

0 commit comments

Comments
 (0)