mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 10:45:30 +00:00
fix more clippy warnings
This commit is contained in:
parent
aabdf76a5d
commit
561cc3db55
16 changed files with 83 additions and 106 deletions
|
|
@ -122,7 +122,7 @@ fn run(config: Config) -> ::anyhow::Result<()> {
|
|||
generate_transaction_id(&mut thread_rng())
|
||||
);
|
||||
|
||||
sender.send(request.into())
|
||||
sender.send(request)
|
||||
.expect("bootstrap: add initial request to request queue");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue