From 5f882653303e61044a44f8c82ff08d09e2a5e3aa Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 6 Jan 2023 14:46:16 -0800 Subject: [PATCH] Revert "Temporarily suppress where_clauses_object_safety due to regression" This reverts commit 922699ea5fc9c425339c8767154a5c8143892eb8. --- tests/test.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test.rs b/tests/test.rs index 19e9165..3982638 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -10,9 +10,6 @@ clippy::trivially_copy_pass_by_ref, clippy::unused_async )] -// Temporarily suppressed due to rustc regression. -// https://github.com/rust-lang/rust/issues/106247 -#![allow(where_clauses_object_safety)] use async_trait::async_trait;