mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-02-19 14:17:56 +01:00
fix warnings
This commit is contained in:
@@ -213,11 +213,11 @@ extension Internals.DiffableDataUIDispatcher {
|
||||
|
||||
// Implementation based on https://github.com/ra1028/DifferenceKit
|
||||
@usableFromInline
|
||||
internal struct Trace<Index> {
|
||||
|
||||
internal struct Trace<I> {
|
||||
|
||||
@usableFromInline
|
||||
internal var reference: Index?
|
||||
|
||||
internal var reference: I?
|
||||
|
||||
@usableFromInline
|
||||
internal var deleteOffset = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user