File: drop-clippy.patch

package info (click to toggle)
rust-dns-lookup 1.0.8-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 192 kB
  • sloc: makefile: 4
file content (15 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: dns-lookup/Cargo.toml
===================================================================
--- dns-lookup.orig/Cargo.toml
+++ dns-lookup/Cargo.toml
@@ -24,10 +24,6 @@ repository = "https://github.com/keepero
 [dependencies.cfg-if]
 version = "^1.0"
 
-[dependencies.clippy]
-version = "^0"
-optional = true
-
 [dependencies.socket2]
 version = "^0.4"
 [target."cfg(unix)".dependencies.libc]