Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Jan 9, 2025
1 parent b879e7c commit 8a90e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/http/stats_collector.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ impl StatsBroadcastClient {
}

pub fn broadcast(&self, data: StatData) -> Result<(), anyhow::Error> {
let _ = self
let _unused = self
.tx
.send(data)
.inspect_err(|_e| error!(target: LOG_TARGET, "ShareChainError broadcasting stats"));
Expand Down

0 comments on commit 8a90e70

Please sign in to comment.