Skip to content

Commit

Permalink
Remove lint "where_clauses_object_safety" (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirreke authored Jul 9, 2024
1 parent f688e38 commit 1a758c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
//! For more examples see the [examples](https://github.com/estk/log4rs/tree/main/examples).
//!

#![allow(where_clauses_object_safety, clippy::manual_non_exhaustive)]
#![allow(clippy::manual_non_exhaustive)]
#![warn(missing_docs)]

use std::{
Expand Down

0 comments on commit 1a758c1

Please sign in to comment.