mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2024-12-12 19:18:24 +02:00
160f04894f
Instead of `Ok(n) if n == 0` we can just write `Ok(0)`. |
||
---|---|---|
.. | ||
app.rs | ||
args.rs | ||
atty.rs | ||
main.rs | ||
pathutil.rs | ||
printer.rs | ||
search_buffer.rs | ||
search_stream.rs | ||
unescape.rs | ||
worker.rs |