gnu: rust-peeking-take-while-0.1: Don't hide package.

* gnu/packages/crates-io.scm (rust-peeking-take-while-0.1)[properties]:
Remove field.
This commit is contained in:
Efraim Flashner 2020-02-11 17:13:16 +02:00
parent 8ab47363c9
commit ea077a8f10
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -8277,7 +8277,6 @@ (define-public rust-peeking-take-while-0.1
value. This allows you to use @code{Iterator::by_ref} and
@code{Iterator::take_while} together, and still get the first value for which
the @code{take_while} predicate returned false after dropping the @code{by_ref}.")
(properties '((hidden? . #t)))
(license (list license:asl2.0
license:expat))))