source: pub fn new in async zip reader

This commit is contained in:
Dmitry Belyaev 2023-08-18 10:03:50 +03:00
parent cd93f577be
commit 23f8537e4e
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ pub mod reader_async {
where
R: AsyncRead + AsyncSeek + Unpin,
{
fn new(zipfile: ZipFileReader<R>) -> Self {
pub fn new(zipfile: ZipFileReader<R>) -> Self {
SourceQuestionsZipReaderAsync {
zipfile,
index: None,