Skip to content

Commit

Permalink
Remove reference to nonexistent zip spec
Browse files Browse the repository at this point in the history
  • Loading branch information
LDeakin committed Sep 30, 2023
1 parent 4e00fd4 commit 9e093a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/storage/store/zip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ use std::{
// }

/// A zip store.
///
/// See <https://zarr-specs.readthedocs.io/en/latest/v3/stores/zip/v1.0.html>.
pub struct ZipStore {
path: PathBuf,
zip_archive: Arc<Mutex<ZipArchive<File>>>,
Expand Down

0 comments on commit 9e093a6

Please sign in to comment.