Skip to content

Commit

Permalink
misc: clippy
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Griffon <anthony@griffon.one>
  • Loading branch information
Miaxos committed Jan 11, 2024
1 parent f817b30 commit 343f899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl<T> Shard<T> {
}

/// Send a value to a shard
pub fn send_to_unchecked(&self, val: T, shard: usize) -> () {
pub fn send_to_unchecked(&self, val: T, shard: usize) {
let sender = self
.senders
.get(shard)
Expand Down

0 comments on commit 343f899

Please sign in to comment.