1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-14 22:15:13 +02:00

style: fix rust-analyzer lints in core

This commit is contained in:
Andrew Gallant
2020-03-15 09:04:39 -04:00
parent 7340d8dbbe
commit 1856cda77b
5 changed files with 15 additions and 20 deletions

View File

@ -70,7 +70,7 @@ impl SearchWorkerBuilder {
SearchWorkerBuilder {
config: Config::default(),
command_builder: cmd_builder,
decomp_builder: decomp_builder,
decomp_builder,
}
}