Skip to content

Commit

Permalink
Ignore the --show-output flag used by libtest (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
wabain committed Jul 2, 2022
1 parent 81ed3cc commit b61121b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Expand Up @@ -831,6 +831,10 @@ impl<M: Measurement> Criterion<M> {
.long("nocapture")
.hidden(true)
.help("Ignored, but added for compatibility with libtest."))
.arg(Arg::with_name("show-output")
.long("show-output")
.hidden(true)
.help("Ignored, but added for compatibility with libtest."))
.arg(Arg::with_name("version")
.hidden(true)
.short("V")
Expand Down

0 comments on commit b61121b

Please sign in to comment.