Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Apr 25, 2024
1 parent cd83822 commit 3b5e708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-ipc/src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ mod tests {
}
// Push some extra bytes to test that the reader is well-behaved and doesn't read past the
// end of the stream.
cursor.write(b"hello").unwrap();
let _ = cursor.write(b"hello").unwrap();

cursor.set_position(0);
{
Expand Down

0 comments on commit 3b5e708

Please sign in to comment.