Skip to content

Commit

Permalink
Explicitly reference std::mem::size_of
Browse files Browse the repository at this point in the history
  • Loading branch information
HawaiianSpork authored Nov 29, 2024
1 parent 88da5f1 commit 2381a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arrow-ipc/src/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
use std::cmp::min;
use std::collections::HashMap;
use std::io::{BufWriter, Write};
use std::mem::size_of;
use std::sync::Arc;

use flatbuffers::FlatBufferBuilder;
Expand Down

0 comments on commit 2381a59

Please sign in to comment.