add '--skip-children' to rustfmt invocation
This commit is contained in:
parent
a346b299d3
commit
f28772f968
@ -510,7 +510,7 @@ impl Command {
|
|||||||
|
|
||||||
let mut cmd = cmd!(
|
let mut cmd = cmd!(
|
||||||
e.sh,
|
e.sh,
|
||||||
"rustfmt +{toolchain} --edition=2021 --config-path {config_path} {flags...}"
|
"rustfmt +{toolchain} --edition=2021 --config-path {config_path} --unstable-features --skip-children {flags...}"
|
||||||
);
|
);
|
||||||
eprintln!("$ {cmd} ...");
|
eprintln!("$ {cmd} ...");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user