Don't run doc test since it will panic
This commit is contained in:
parent
96354ffa09
commit
5e76689f49
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ impl<R: Read + io::Seek> ZipArchive<R> {
|
|||
|
||||
/// Number of files contained in this zip.
|
||||
///
|
||||
/// ```
|
||||
/// ```no_run
|
||||
/// let mut zip = zip::ZipArchive::new(std::io::Cursor::new(vec![])).unwrap();
|
||||
///
|
||||
/// for i in 0..zip.len() {
|
||||
|
|
Loading…
Add table
Reference in a new issue