Skip to content

Commit

Permalink
Allow clippy warning to avoid bumping MSRV (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 committed Mar 9, 2024
1 parent b28bd9b commit 978bc8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
#![warn(unused_results)]
#![allow(unused_unsafe)] // TODO(msrv)
#![warn(clippy::pedantic)]
#![allow(clippy::assigning_clones)] // TODO(msrv)
#![allow(clippy::doc_markdown)]
#![allow(clippy::enum_glob_use)]
#![allow(clippy::similar_names)]
Expand Down

0 comments on commit 978bc8c

Please sign in to comment.