Skip to content

Commit

Permalink
update clippy rules
Browse files Browse the repository at this point in the history
  • Loading branch information
emgeee committed Aug 15, 2024
1 parent a9cc231 commit 5fec723
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ chrono = { version = "0.4.38", default-features = false }
itertools = "0.13"

[patch.crates-io]
datafusion = { git = "https://github.com/probably-nothing-labs/arrow-datafusion" }
datafusion = { git = "https://github.com/probably-nothing-labs/arrow-datafusion", rev="fc67038" }
2 changes: 1 addition & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ disallowed-types = [
# Lowering the threshold to help prevent stack overflows (default is 16384)
# See: https://rust-lang.github.io/rust-clippy/master/index.html#/large_futures
future-size-threshold = 10000
too-many-arguments-threshold = 10
too-many-arguments-threshold = 15

0 comments on commit 5fec723

Please sign in to comment.