Commit 6f7e0c1
committed
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.1 parent 040a372 commit 6f7e0c1
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
0 commit comments