gnu: rust-stable-deref-trait-1.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-stable-deref-trait-1.1)[properties]:
Remove field.
This commit is contained in:
Efraim Flashner 2020-02-11 18:13:44 +02:00
parent 26e69756fe
commit 5c34a8e464
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -11677,7 +11677,6 @@ types which deref to a fixed address which is valid even when the containing
type is moved. For example, Box, Vec, Rc, Arc and String implement this trait.
Additionally, it defines CloneStableDeref for types like Rc where clones deref
to the same address.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))