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
Allow some additional clippy lints that we want to keep in tests
In a coming commit we'll enable `clippy` linting in our test code.
However, there's some things we do in tests (which we might
reasonably do in non-test code in the future) that clippy is
unhappy with, which we explicitly allow here.
0 commit comments