]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/flags.rs
Auto merge of #95024 - koehlma:rustdoc-private-items, r=GuillaumeGomez,camelid,jsha
[rust.git] / src / bootstrap / flags.rs
index b12ba1e89e0ceb716e0d09548e31b8ed62321670..1a4e6a9688803b544295aa7d1c7ba0d5d2d9c2d0 100644 (file)
@@ -343,7 +343,7 @@ pub fn parse(args: &[String]) -> Flags {
 
             // All subcommands except `clean` can have an optional "Available paths" section
             if verbose {
-                let config = Config::parse(&["build".to_string()], false);
+                let config = Config::parse(&["build".to_string()]);
                 let build = Build::new(config);
 
                 let maybe_rules_help = Builder::get_help(&build, subcommand.as_str());