1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-01-03 05:10:12 +02:00

Don't use panic-on-abort.

We don't really care anyway, it was there as an experiment, and it seems
to be causing problems.

Fixes #14.
This commit is contained in:
Andrew Gallant 2016-09-23 11:25:46 -04:00
parent 0ce82403d4
commit d5c045469b

View File

@ -51,4 +51,3 @@ glob = "0.2"
[profile.release]
debug = true
panic = "abort"