From 48698df04c8dd7dfb5ebb191acbda8824001306c Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Tue, 7 May 2024 21:55:02 +0100 Subject: [PATCH] Add clippy feature This fixes recent build errors with nightly as we have to configure a clippy feature specifically. --- fitsio/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/fitsio/Cargo.toml b/fitsio/Cargo.toml index 4a04f0b7..49fcc216 100644 --- a/fitsio/Cargo.toml +++ b/fitsio/Cargo.toml @@ -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