Skip to content

Commit 74f554c

Browse files
author
BiNo
committed
add Swift.Collection
1 parent 1d6674c commit 74f554c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Internal/SnapshotStructure.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct SnapshotStructure<SectionID: Hashable, ItemID: Hashable> {
3535
self.init(id: id, items: [], isReloaded: false)
3636
}
3737

38-
init<C: Collection>(source: Section, elements: C) where C.Element == Item {
38+
init<C: Swift.Collection>(source: Section, elements: C) where C.Element == Item {
3939
self.init(id: source.differenceIdentifier, items: Array(elements), isReloaded: source.isReloaded)
4040
}
4141

0 commit comments

Comments
 (0)