doc: fix broken link to RegexSet docs

This commit is contained in:
Michael Hay 2018-05-08 17:03:47 +01:00 committed by Andrew Gallant
parent 7f3a0f0828
commit 64317bda9f

View File

@ -151,7 +151,7 @@ Summarizing, ripgrep is fast because:
latter is better for large directories. ripgrep chooses the best searching
strategy for you automatically.
* Applies your ignore patterns in `.gitignore` files using a
[`RegexSet`](https://doc.rust-lang.org/regex/regex/struct.RegexSet.html).
[`RegexSet`](https://docs.rs/regex/1.0.0/regex/struct.RegexSet.html).
That means a single file path can be matched against multiple glob patterns
simultaneously.
* It uses a lock-free parallel recursive directory iterator, courtesy of