From 54f06604f01415867d0ad193e144bbf6da7fe355 Mon Sep 17 00:00:00 2001 From: Dennis Schubert Date: Fri, 14 Jul 2023 20:34:32 +0200 Subject: [PATCH] Remove Clippy exception for `let_with_type_underscore`. This is no longer needed, as the underlying Clippy issue has been fixed. This reverts commit 71f5dda34ab9eeb24f6be84c4673cf6f8db0db53. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44e62a7..60ea955 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,4 +40,4 @@ jobs: - name: Update Rust run: rustup update stable - name: cargo clippy - run: cargo clippy -- -D warnings -A clippy::let_with_type_underscore + run: cargo clippy -- -D warnings