diff --git a/tests/test.rs b/tests/test.rs index 23d8f80..9dcc673 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -10,6 +10,9 @@ 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;