Skip to content

Commit b817a68

Browse files
committed
allow rustfmt key in [build] section
1 parent a04c789 commit b817a68

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
@@ -201,6 +201,7 @@ struct Build {
201201
target: Vec<String>,
202202
cargo: Option<String>,
203203
rustc: Option<String>,
204+
rustfmt: Option<String>, /* allow bootstrap.py to use rustfmt key */
204205
docs: Option<bool>,
205206
compiler_docs: Option<bool>,
206207
submodules: Option<bool>,

0 commit comments

Comments
 (0)