1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-30 22:23:44 +02:00

style: fix rust-analyzer lint warnings

This commit is contained in:
Andrew Gallant
2020-03-15 11:48:34 -04:00
parent c4c43c733e
commit 9dd4bf8d7f
3 changed files with 6 additions and 6 deletions

View File

@ -35,7 +35,7 @@ impl LiteralSets {
LiteralSets {
prefixes: Literals::prefixes(expr),
suffixes: Literals::suffixes(expr),
required: required,
required,
}
}