diff options
Diffstat (limited to 'rust/clippy_test.go')
-rw-r--r-- | rust/clippy_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/clippy_test.go b/rust/clippy_test.go index 7815aab9d..786dc1537 100644 --- a/rust/clippy_test.go +++ b/rust/clippy_test.go @@ -21,6 +21,7 @@ import ( ) func TestClippy(t *testing.T) { + t.Parallel() bp := ` // foo uses the default value of clippy_lints |