Fix Clippy warning
This commit is contained in:
parent
db69d25828
commit
804fb27309
1 changed files with 1 additions and 1 deletions
|
@ -1161,7 +1161,7 @@ pub fn read_zipfile_from_stream<'a, R: Read>(reader: &'a mut R) -> ZipResult<Opt
|
|||
crc32,
|
||||
compressed_size: compressed_size as u64,
|
||||
uncompressed_size: uncompressed_size as u64,
|
||||
file_name: file_name.into(),
|
||||
file_name,
|
||||
file_name_raw,
|
||||
extra_field: Arc::new(extra_field),
|
||||
central_extra_field: Arc::new(vec![]),
|
||||
|
|
Loading…
Add table
Reference in a new issue