efraim pushed a commit to branch master
in repository guix.

commit 1d6b9dc850d8f3f0040fe5a38bf028cf0715607a
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Feb 17 22:58:12 2020 +0200

    gnu: rust-void-1.0: Don't hide package.
    
    * gnu/packages/crates-io.scm (rust-void-1.0)[properties]: Remove field.
---
 gnu/packages/crates-io.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ef76994..8f6d096 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15312,7 +15312,6 @@ updated when the crate version changes.")
     (synopsis "Void type for use in statically impossible cases")
     (description
      "The uninhabited void type for use in statically impossible cases.")
-    (properties '((hidden? . #t)))
     (license license:expat)))
 
 (define-public rust-wait-timeout-0.2

Reply via email to