mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
27f4d9a2c0
* gnu/packages/crates-io.scm (rust-rspec-1)[source]: Add patch. [cargo-inputs]: Remove rust-clippy-0.0.153. * gnu/packages/patches/rust-rspec-1-remove-clippy.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: Ia6cc5e2fa798986b93ccba5f8907de79676fd1b0
16 lines
303 B
Diff
16 lines
303 B
Diff
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 = []
|