Skip to content

Commit

Permalink
fixup! Enable unused_crate_dependencies Rust lint
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Nov 26, 2024
1 parent 72a39e4 commit 27ad45f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ keywords = ["object", "storage", "cloud"]
repository = "https://github.com/apache/arrow-rs/tree/master/object_store"
rust-version = "1.64.0"

[lints]
workspace = true
[lints.rust]
# Using warn level for Rust lints allows compilation within IDE, while still
# enforcing lints on CI.
unused_crate_dependencies = "warn"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 27ad45f

Please sign in to comment.