We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68ab532 commit f3fbba4Copy full SHA for f3fbba4
xtask/src/main.rs
@@ -245,13 +245,10 @@ fn run_fmt_project(fmt_opt: &FmtOpt) -> Result<()> {
245
Err(e) => {
246
if fmt_opt.check {
247
eprintln!("❌ {e:#?}");
248
- // TODO: Make this a hard error after all the headers have
249
- // been added.
250
- eprintln!("...ignoring for now");
251
} else {
252
eprintln!("❌ rust formatter failed: {e:#?}");
253
- any_errors = true;
254
}
+ any_errors = true;
255
256
257
0 commit comments