chore: silence unwanted clippy warning in test#1566
chore: silence unwanted clippy warning in test#1566rkrasiuk merged 1 commit intoparadigmxyz:mainfrom
Conversation
We're passing in incorrect ranges on purpose in this test
|
Edit: The test is correct and we want to silence the warning in this test. The trait bounds on |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1566 +/- ##
==========================================
- Coverage 75.15% 75.12% -0.03%
==========================================
Files 371 371
Lines 43342 43342
==========================================
- Hits 32572 32559 -13
- Misses 10770 10783 +13
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
@TomAFrench thanks! |
We're passing in incorrect ranges on purpose in this test so this clippy rule doesn't help us. I'm getting errors showing up in vscode for it however.