source: pub fn new in async zip reader
This commit is contained in:
parent
cd93f577be
commit
23f8537e4e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user