Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Ignore new clippy lints arising from higher compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 9, 2022
1 parent 49be9c8 commit 1b0d9d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@
clippy::should_implement_trait,
// things are often more readable this way
clippy::cast_lossless,
clippy::checked_conversions,
clippy::if_not_else,
clippy::manual_assert,
clippy::match_like_matches_macro,
clippy::match_same_arms,
clippy::module_name_repetitions,
clippy::needless_pass_by_value,
Expand All @@ -95,6 +97,8 @@
// noisy
clippy::missing_errors_doc,
clippy::must_use_candidate,
// todo
clippy::manual_strip,
)]

pub use crate::de::{from_reader, from_slice, from_str, Deserializer};
Expand Down

0 comments on commit 1b0d9d5

Please sign in to comment.