Skip to content

Commit

Permalink
Remove the lint unused_crate_dependencies as it is giving false pos…
Browse files Browse the repository at this point in the history
…itives

`unused_crate_dependencies` is complaining about the `rand`
dev-dependency, which is used by integ tests. This is a known problem
with this lint: rust-lang/rust#57274
  • Loading branch information
andreacorbellini committed Aug 7, 2023
1 parent 54d5b76 commit 635d8da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@
#![warn(missing_docs)]
#![warn(pointer_structural_match)]
#![warn(unreachable_pub)]
#![warn(unused_crate_dependencies)]
#![warn(unused_qualifications)]

mod iter;
Expand Down

0 comments on commit 635d8da

Please sign in to comment.