inputfilter::filter Filter
s should return Cow<'b, str>
, not Cow<'a, str>
#13
Labels
enhancement
New feature or request
Filter method return types may not live long enough so the should be marked as living "just as long as 'a".
The text was updated successfully, but these errors were encountered: