mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
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:
parent
5c6a784423
commit
0af6d2934c
1 changed files with 0 additions and 21 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue