Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
api: add 'empty' constructor to RegexSet
This goes nicely with the new 'is_empty' predicate introduced in the previous commit. It's a bit of a nicer way of building a set with no regexes instead of the weird `&[""; 0]` or something even stranger since the RegexSet::new constructor is polymorphic. Closes #715
- Loading branch information