Skip to content

Commit dba15b5

Browse files
authored
Merge pull request #270 from dtolnay/objsafety
Former where_clauses_object_safety lint is now hard error
2 parents 78a5922 + d28c95b commit dba15b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1380,7 +1380,6 @@ pub mod issue161 {
13801380
}
13811381

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

0 commit comments

Comments
 (0)