core: polish the core of ripgrep

This I believe finishes are quest to do mechanical updates to ripgrep's
style, bringing it in line with my current practice (loosely speaking).
This commit is contained in:
Andrew Gallant
2023-09-28 16:24:40 -04:00
parent 90b849912f
commit 392bb0944a
7 changed files with 108 additions and 109 deletions

View File

@@ -23,8 +23,8 @@ exclude = [
]
build = "build.rs"
autotests = false
edition = "2018"
rust-version = "1.70"
edition = "2021"
rust-version = "1.72"
[[bin]]
bench = false