0.4.2
New Flags
--mode <test|check>
,--test
and--check
are added to control which Cargo subcommand you want to run. With these flags you can run code guarded withcfg(test)
or simply check errors withcargo check
. (Thanks @rochacbruno)
New Flags
--mode <test|check>
, --test
and --check
are added to control which Cargo subcommand you want to run. With these flags you can run code guarded with cfg(test)
or simply check errors with cargo check
. (Thanks @rochacbruno)