Make docs-minification default to true

This commit is contained in:
Michael Howell 2021-03-12 15:03:54 -07:00
parent fdb3e820b1
commit 095b6d2037
1 changed files with 1 additions and 0 deletions

View File

@ -559,6 +559,7 @@ impl Config {
config.submodules = true;
config.fast_submodules = true;
config.docs = true;
config.docs_minification = true;
config.rust_rpath = true;
config.channel = "dev".to_string();
config.codegen_tests = true;