me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 0 additions and 1 deletions

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))))