Skip to content

Commit

Permalink
Revert "Temporarily suppress where_clauses_object_safety due to regre…
Browse files Browse the repository at this point in the history
…ssion"

This reverts commit 922699e.
  • Loading branch information
dtolnay committed Jan 6, 2023
1 parent 15d7e00 commit 5f88265
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 5f88265

Please sign in to comment.