Make docs-minification default to true
This commit is contained in:
parent
fdb3e820b1
commit
095b6d2037
@ -559,6 +559,7 @@ pub fn default_opts() -> 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;
|
||||
|
Loading…
Reference in New Issue
Block a user