gnu: Remove rust-clippy-mini-macro-test-0.1.

* gnu/packages/crates-io.scm (rust-clippy-mini-macro-test-0.1): Delete variable.

Change-Id: I222c9c853a57a65ef81e4daaa03f1dfb6c0d4755
This commit is contained in:
Efraim Flashner 2023-12-27 10:56:07 +02:00
parent 5c6a784423
commit 0af6d2934c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -13916,27 +13916,6 @@ colorization.")
pitfalls in Rust.")
(license (list license:expat license:asl2.0))))
(define-public rust-clippy-mini-macro-test-0.1
(package
(name "rust-clippy-mini-macro-test")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "clippy-mini-macro-test" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1f1q09az4xk4aqnp8g1m6kf4hif75gr7rwzhh4yw7g1gqk94jsgq"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t))
(home-page "https://github.com/rust-lang-nursery/rust-clippy")
(synopsis "Macro to test clippy's procedural macro checks")
(description
"This package provides a macro to test clippy's procedural macro
checks.")
(license license:mpl2.0)))
(define-public rust-clircle-0.3
(package
(name "rust-clircle")