Skip to content

Commit

Permalink
swapd: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
zkao committed Jul 19, 2022
1 parent f185745 commit 4ab7a39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/swapd/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,6 @@ impl Runtime {
}
// alice receives, bob sends
Msg::CoreArbitratingSetup(CoreArbitratingSetup {
swap_id,
lock,
cancel,
refund,
Expand Down Expand Up @@ -1235,7 +1234,7 @@ impl Runtime {
.unwrap_or(false) =>
{
let PendingRequest {
source,
source: _,
request,
dest,
bus_id,
Expand Down

0 comments on commit 4ab7a39

Please sign in to comment.