-
Notifications
You must be signed in to change notification settings - Fork 2.6k
suppress unused warning in kitchensink example #14417
Conversation
This also raises the question: do we not check that |
bot fmt |
@gupnik https://gitlab.parity.io/parity/mirrors/substrate/-/jobs/3045422 was started for your command Comment |
@gupnik Command |
…te into sam-fix-test-warnings
* suppress unused warning in kitchensink example * Adds test * ".git/.scripts/commands/fmt/fmt.sh" --------- Co-authored-by: Nikhil Gupta <17176722+gupnik@users.noreply.github.com> Co-authored-by: command-bot <>
This fixes the unused error fornew_test_ext()
in the kitchensink example when runningcargo test
with no argumentsHappy to address this some other way like with a cfg flag if appropriate.Fixes the unused error for
new_test_ext()
when compilingcargo test
by adding a test that uses it