Skip to content

Commit a725838

Browse files
authored
chore(core): Fix BufferStream not exported (#5730)
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent a6b0478 commit a725838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/types/read/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mod reader;
2020
pub use reader::Reader;
2121

2222
mod buffer_stream;
23-
pub(crate) use buffer_stream::BufferStream;
23+
pub use buffer_stream::BufferStream;
2424

2525
mod futures_async_reader;
2626
pub use futures_async_reader::FuturesAsyncReader;

0 commit comments

Comments
 (0)