Skip to content

Commit

Permalink
Temporarily suppress where_clauses_object_safety due to regression
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 29, 2022
1 parent 226521b commit 922699e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 922699e

Please sign in to comment.