gnu: rust-futures-core-io-preview-0.3: Don't hide package.

* gnu/packages/crates-io.scm (rust-futures-io-preview-0.3)
[properties]: Remove field.
This commit is contained in:
Efraim Flashner 2020-02-18 11:24:19 +02:00
parent d7eff648ba
commit c70f056428
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4452,7 +4452,6 @@ (define-public rust-futures-io-preview-0.3
(synopsis "Async read and write traits for the futures library")
(description "This crate provides the @code{AsyncRead} and
@code{AsyncWrite} traits for the @code{futures-rs} library.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))