Skip to content

Commit

Permalink
Silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jch-13 committed Apr 17, 2024
1 parent a21227b commit bedd82e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/distributed/dispatcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ enum TransportState {
// This operation would block
Stalled,
// An error has occurred
#[allow(dead_code)]
Error(io::Error),
// There are no tasks left in the queue
Complete,
Expand Down

0 comments on commit bedd82e

Please sign in to comment.