1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-20 06:15:37 +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

@ -11,7 +11,7 @@ repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex"
readme = "README.md"
keywords = ["regex", "grep", "search", "pattern", "line"]
license = "Unlicense OR MIT"
edition = "2018"
edition = "2021"
[dependencies]
aho-corasick = "1.0.2"