Skip to content

Commit 922699e

Browse files
committed
Temporarily suppress where_clauses_object_safety due to regression
rust-lang/rust#106247
1 parent 226521b commit 922699e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: tests/test.rs

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
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)]
1316

1417
use async_trait::async_trait;
1518

0 commit comments

Comments
 (0)