Skip to content

Commit

Permalink
clippy are you ok / will you tell us / that you're ok
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcolombo committed Jun 5, 2024
1 parent b257ccf commit b4dbc49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nexus/db-queries/src/db/datastore/network_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,6 @@ impl DataStore {
self.transaction_retry_wrapper("instance_update_network_interface")
.transaction(&conn, |conn| {
let err = err.clone();
let stopped = stopped.clone();
let update_target_query = update_target_query.clone();
async move {
let instance_runtime =
Expand Down Expand Up @@ -757,7 +756,6 @@ impl DataStore {
self.transaction_retry_wrapper("instance_update_network_interface")
.transaction(&conn, |conn| {
let err = err.clone();
let stopped = stopped.clone();
let update_target_query = update_target_query.clone();
async move {
let instance_state =
Expand Down

0 comments on commit b4dbc49

Please sign in to comment.