Skip to content

Commit 5f88265

Browse files
committed
Revert "Temporarily suppress where_clauses_object_safety due to regression"
This reverts commit 922699e.
1 parent 15d7e00 commit 5f88265

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
clippy::trivially_copy_pass_by_ref,
1111
clippy::unused_async
1212
)]
13-
// Temporarily suppressed due to rustc regression.
14-
// https://github.com/rust-lang/rust/issues/106247
15-
#![allow(where_clauses_object_safety)]
1613

1714
use async_trait::async_trait;
1815

0 commit comments

Comments
 (0)