Skip to content

Commit

Permalink
chore: suppress warninig
Browse files Browse the repository at this point in the history
  • Loading branch information
evenyag committed Dec 28, 2023
1 parent 9176b1e commit 08c3fb2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/mito2/src/cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
//! Cache for the engine.
mod cache_size;
mod file_cache;
// TODO(yingwen): Remove this after the write cache is ready.
#[allow(unused)]
pub(crate) mod file_cache;
#[cfg(test)]
pub(crate) mod test_util;

Expand Down

0 comments on commit 08c3fb2

Please sign in to comment.