Skip to content

Commit

Permalink
chore(lint): remove unused_crate_dependencies & usused_extern_crates …
Browse files Browse the repository at this point in the history
…lints, since they seemed to raise false positives
  • Loading branch information
Oakchris1955 committed Aug 11, 2024
1 parent c849a6b commit d6ebbc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@
#![deny(trivial_numeric_casts)]
#![deny(single_use_lifetimes)]
#![deny(unsafe_op_in_unsafe_fn)]
#![deny(unused_crate_dependencies)]
#![deny(unused_extern_crates)]
#![deny(unused_import_braces)]
#![deny(unused_lifetimes)]

Expand Down

0 comments on commit d6ebbc8

Please sign in to comment.