mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-17 13:13:57 -07:00
style: 80 cols
This commit is contained in:
@@ -53,7 +53,11 @@ lazy_static = "0.2"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
avx-accel = ["bytecount/avx-accel"]
|
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]
|
[profile.release]
|
||||||
debug = true
|
debug = true
|
||||||
|
Reference in New Issue
Block a user