~ruther/guix-local

ref: 00384aedbc6a371aaf90ca344a446952fdd5a6b3 guix-local/gnu/packages/patches/rust-rspec-1-remove-clippy.patch -rw-r--r-- 303 bytes
00384aed — Lars-Dominik Braun gnu: grub: Ignore metadata-csum-seed feature of ext4. 1 year, 10 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Remove the dependency on clippy

diff --git a/Cargo.toml b/Cargo.toml
index 177cb80..7260c34 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,9 +39,6 @@ version = "1.5"
 
 [dependencies.time]
 version = "0.2"
-[build-dependencies.clippy]
-version = "0.0.153"
-optional = true
 
 [features]
 default = []