diff options
Diffstat (limited to 'vendor/commoncrypto/debian/patches/no-clippy.patch')
-rw-r--r-- | vendor/commoncrypto/debian/patches/no-clippy.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/commoncrypto/debian/patches/no-clippy.patch b/vendor/commoncrypto/debian/patches/no-clippy.patch new file mode 100644 index 0000000..b21a7ca --- /dev/null +++ b/vendor/commoncrypto/debian/patches/no-clippy.patch @@ -0,0 +1,16 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -8,13 +8,8 @@ + keywords = ["crypto", "hash", "digest", "osx", "commoncrypto"] + license = "MIT" + +-[features] +-lint = ["clippy"] +- + [dependencies] + commoncrypto-sys = { version = "0.2.0", path = "../commoncrypto-sys" } + +-clippy = { version = "0.0", optional = true } +- + [dev-dependencies] + hex = "0.2" |