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
parent
26e69756fe
commit
5c34a8e464
|
@ -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))))
|
||||
|
||||
|
|
Reference in New Issue