Skip to content

Commit

Permalink
Ignore multiple_crate_versions clippy until defmt fixes upstream issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dlkj committed Nov 17, 2024
1 parent 8f27aff commit 4834e02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#![warn(clippy::pedantic)]
#![warn(clippy::style)]
#![warn(clippy::cargo)]
// Remove this once defmt releases v0.3.9
#![allow(clippy::multiple_crate_versions)]
#![allow(clippy::module_name_repetitions)]
#![allow(clippy::missing_errors_doc)]
#![allow(clippy::missing_panics_doc)]
Expand Down

0 comments on commit 4834e02

Please sign in to comment.