Skip to content

Commit

Permalink
Revert "narrow trait requirement"
Browse files Browse the repository at this point in the history
This reverts commit 30ad102.
  • Loading branch information
dcherian committed Oct 24, 2024
1 parent 30ad102 commit 5c78920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icechunk/src/repository.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ async fn all_chunks<'a>(
}

pub async fn raise_if_invalid_snapshot_id(
storage: &(dyn Storage),
storage: &(dyn Storage + Send + Sync),
snapshot_id: &SnapshotId,
) -> RepositoryResult<()> {
storage
Expand Down

0 comments on commit 5c78920

Please sign in to comment.