Skip to content

Commit

Permalink
Merge pull request #270 from dtolnay/objsafety
Browse files Browse the repository at this point in the history
Former where_clauses_object_safety lint is now hard error
  • Loading branch information
dtolnay committed Jun 5, 2024
2 parents 78a5922 + d28c95b commit dba15b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,6 @@ pub mod issue161 {
}

// https://github.com/dtolnay/async-trait/issues/169
#[deny(where_clauses_object_safety)]
pub mod issue169 {
use async_trait::async_trait;

Expand Down

0 comments on commit dba15b5

Please sign in to comment.