use &[&str] in "_all(Vec<&str>)" methods #53
Labels
C-enhancement
Category: Raise on the bar on expectations
M-breaking-change
Meta: Implementing or merging this will introduce a breaking change.
Allow slices in the
_all(&[&str])
methods instead of a_all(Vec<&str>)
to not require an extra allocation.The text was updated successfully, but these errors were encountered: