Skip to content

Commit

Permalink
std::mem::size_of is not in the prelude of the MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1p committed Aug 28, 2024
1 parent ce75205 commit 2d063e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array/chunk_cache/chunk_cache_lru.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ impl ChunkCache<ChunkCacheTypeDecoded> for ChunkCacheDecodedLruSizeLimitThreadLo
mod tests {
use super::*;

use std::sync::Arc;
use std::{mem::size_of, sync::Arc};

use crate::{
array::{
Expand Down

0 comments on commit 2d063e7

Please sign in to comment.