Skip to content

Commit 09caea1

Browse files
fixup! WIP: feat: add process-reports subcmd.
1 parent b7789af commit 09caea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moz-webgpu-cts/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ fn run(cli: Cli) -> ExitCode {
218218
for report in error_reports {
219219
eprintln!("{report:?}");
220220
}
221-
todo!("render glob parse diagnostics in hard error")
221+
None
222222
}
223223
})
224224
.collect::<Vec<_>>();

0 commit comments

Comments
 (0)