Skip to content

Commit

Permalink
Former where_clauses_object_safety lint is now hard error
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dtolnay committed Jun 5, 2024
1 parent 78a5922 commit d28c95b
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 d28c95b

Please sign in to comment.