1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-02-04 06:08:39 +02:00
Andrew Gallant 160f04894f Simplify code.
Instead of `Ok(n) if n == 0` we can just write `Ok(0)`.
2016-12-04 12:00:13 -05:00
..
2016-11-28 17:40:44 -05:00
2016-12-04 12:00:13 -05:00
2016-11-17 19:53:41 -05:00