Skip to content

Commit

Permalink
allow rustfmt key in [build] section
Browse files Browse the repository at this point in the history
  • Loading branch information
semarie committed Dec 27, 2019
1 parent a04c789 commit b817a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bootstrap/config.rs
Expand Up @@ -201,6 +201,7 @@ struct Build {
target: Vec<String>,
cargo: Option<String>,
rustc: Option<String>,
rustfmt: Option<String>, /* allow bootstrap.py to use rustfmt key */
docs: Option<bool>,
compiler_docs: Option<bool>,
submodules: Option<bool>,
Expand Down

0 comments on commit b817a68

Please sign in to comment.