1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-14 22:15:13 +02:00

regex: some small cleanup in 'strip.rs'

We also utilize bstr's methods to get rid of some helpers we had written
by hand.
This commit is contained in:
Andrew Gallant
2023-06-16 15:01:30 -04:00
parent 9d62eb997a
commit d9bd261be8
5 changed files with 48 additions and 61 deletions

View File

@ -14,5 +14,4 @@ mod matcher;
mod multi;
mod non_matching;
mod strip;
mod util;
mod word;