We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71e282 commit cd30944Copy full SHA for cd30944
1 file changed
crates/libtest2-harness/src/harness.rs
@@ -248,7 +248,7 @@ fn run(
248
let timer = std::time::Instant::now();
249
250
if opts.nocapture {
251
- todo!("`--nocapture` is not yet supported");
+ todo!("`--no-capture` is not yet supported");
252
}
253
if opts.options.display_output {
254
todo!("`--show-output` is not yet supported");
0 commit comments