Skip to content

Commit d28c95b

Browse files
committed
Former where_clauses_object_safety lint is now hard error
Since nightly-2024-06-05. warning: unknown lint: `where_clauses_object_safety` --> tests/test.rs:1383:8 | 1383 | #[deny(where_clauses_object_safety)] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unknown_lints)]` on by default
1 parent 78a5922 commit d28c95b

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)