We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a4e32 commit 2117c5eCopy full SHA for 2117c5e
vortex-file/src/counting.rs
@@ -11,8 +11,8 @@ use vortex_io::VortexWrite;
11
12
/// A wrapper around an `VortexWrite` that counts the number of bytes written.
13
pub(crate) struct CountingVortexWrite<W> {
14
- pub(crate) inner: W,
15
- pub(crate) bytes_written: Arc<AtomicU64>,
+ inner: W,
+ bytes_written: Arc<AtomicU64>,
16
}
17
18
impl<W: VortexWrite> CountingVortexWrite<W> {
0 commit comments