mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
873abecbf1
`ignore::Error` wraps `std::io::Error` with additional information (as well as expose non-IO errors). For people wanting to inspect what the error is, they have to recursively match the Enum. This provides `io_error` and `into_io_error` helpers to do this for the user. PR #1740 |
||
---|---|---|
.. | ||
cli | ||
core | ||
globset | ||
grep | ||
ignore | ||
matcher | ||
pcre2 | ||
printer | ||
regex | ||
searcher |