ripgrep
ripgrep copied to clipboard
Globset: Implement Extend, FromIterator for GlobSetBuilder
Seems like easy traits to add, and would make creating a GlobSet from a vector of globs more ergonomic.
FromIterator
seems like it could also be implemented by GlobSet
itself. I don't think it's very common for builders to implement one of these traits.