File: remove-clippy-dependency.patch

package info (click to toggle)
rust-rspirv 0.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,652 kB
  • sloc: makefile: 2
file content (15 lines) | stat: -rw-r--r-- 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/Cargo.toml b/Cargo.toml
index 755f852..1672315 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,10 +26,6 @@ keywords = [
 license = "Apache-2.0"
 repository = "https://github.com/gfx-rs/rspirv"
 
-[dependencies.clippy]
-version = "0.0"
-optional = true
-
 [dependencies.rustc-hash]
 version = "1.1.0"