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

View File

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