Skip to content

Commit

Permalink
Merge #489
Browse files Browse the repository at this point in the history
489: Suppress issue with `clippy::explicit_auto_deref` r=jonasbb a=jonasbb

rust-lang/rust-clippy#9101

bors r+

Co-authored-by: Jonas Bushart <jonas@bushart.org>
  • Loading branch information
bors[bot] and jonasbb committed Jul 2, 2022
2 parents 49ebe72 + 0534f80 commit 12cd92a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serde_with/src/lib.rs
Expand Up @@ -32,6 +32,8 @@
clippy::only_used_in_recursion,
// https://github.com/rust-lang/rust-clippy/issues/8867
clippy::derive_partial_eq_without_eq,
// https://github.com/rust-lang/rust-clippy/issues/9101
clippy::explicit_auto_deref
)]
#![no_std]

Expand Down

0 comments on commit 12cd92a

Please sign in to comment.