1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

style: 80 cols

This commit is contained in:
Andrew Gallant 2017-10-21 18:45:24 -04:00
parent f4770c2094
commit 322d5515e5
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -53,7 +53,11 @@ lazy_static = "0.2"
[features]
avx-accel = ["bytecount/avx-accel"]
simd-accel = ["bytecount/simd-accel", "regex/simd-accel", "encoding_rs/simd-accel"]
simd-accel = [
"bytecount/simd-accel",
"regex/simd-accel",
"encoding_rs/simd-accel",
]
[profile.release]
debug = true