Skip to content

Commit a1cb1a6

Browse files
committed
clippy
1 parent f1dc10e commit a1cb1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow-ipc/src/writer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1120,7 +1120,7 @@ fn write_body_buffers<W: Write>(
11201120
}
11211121

11221122
writer.flush()?;
1123-
Ok(total_len as usize)
1123+
Ok(total_len)
11241124
}
11251125

11261126
/// Write a record batch to the writer, writing the message size before the message

0 commit comments

Comments
 (0)