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.master
parent
8ab47363c9
commit
ea077a8f10
|
@ -8277,7 +8277,6 @@ deserialization, and interpreter in Rust.")
|
|||
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))))
|
||||
|
||||
|
|
Reference in New Issue