You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how to run the test harness (beyond just running the generated binary). I tried several times to learn how to run it by passing it the --help option, but ha ha, that option was not supported by the generated test harness.
It looks like it would be pretty easy to extend the test harness code (src/libextra/test.rs) with --help and -h` options to get such info.
The text was updated successfully, but these errors were encountered:
…exendoo,blyxyas
new lint [`redundant_guards`]
Closesrust-lang#7825, maybe somebody else can get the ranges lint in the comments?
changelog: New lint [`redundant_guards`]
I don't know how to run the test harness (beyond just running the generated binary). I tried several times to learn how to run it by passing it the
--help
option, but ha ha, that option was not supported by the generated test harness.It looks like it would be pretty easy to extend the test harness code (src/libextra/test.rs) with
--help
and -h` options to get such info.The text was updated successfully, but these errors were encountered: