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:
parent
8ab47363c9
commit
ea077a8f10
1 changed files with 0 additions and 1 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue