Skip to content

Commit

Permalink
Add clippy feature
Browse files Browse the repository at this point in the history
This fixes recent build errors with nightly as we have to configure a
clippy feature specifically.
  • Loading branch information
simonrw committed May 7, 2024
1 parent 7ba74b4 commit 48698df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fitsio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ serde = "1.0.178"
array = ["ndarray"]
bindgen = ["fitsio-sys/with-bindgen"]
fitsio-src = ["fitsio-sys/fitsio-src"]
clippy = []

[[bench]]
harness = false
Expand Down

0 comments on commit 48698df

Please sign in to comment.