Skip to content

Commit fd82d8c

Browse files
author
Devdutt Shenoi
committed
refactor: don't expose
1 parent 3568207 commit fd82d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parseable/staging/writer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ pub struct Writer {
4646
}
4747

4848
pub struct DiskWriter {
49-
pub inner: StreamWriter<BufWriter<File>>,
50-
pub path: PathBuf,
49+
inner: StreamWriter<BufWriter<File>>,
50+
path: PathBuf,
5151
}
5252

5353
impl DiskWriter {

0 commit comments

Comments
 (0)