Skip to content

Commit

Permalink
Suppress issue with clippy::explicit_auto_deref
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbb committed Jul 2, 2022
1 parent 49ebe72 commit 0534f80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serde_with/src/lib.rs
Original file line number Diff line number Diff line change
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 0534f80

Please sign in to comment.