Skip to content

Fix piping issue

Michael Aaron Murphy requested to merge stratact:master into master

Created by: stratact

This fixes a bug introduced in 9fe1eb26 and 23310ad6 while not having to allocate Vecs as done before those revisions by just passing &[S] slices everywhere, where S: AsRef<str>.

Merge request reports