Skip to content

Commit b9bdc6f

Browse files
committed
Use updated spelling for lifetime annotations.
1 parent 0bd543d commit b9bdc6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FoundationEssentials/Data/Data+Reading.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ struct ReadBytesResult {
193193
}
194194

195195
#if os(Windows)
196-
@lifetime(pBuffer: copy pBuffer)
196+
@_lifetime(pBuffer: copy pBuffer)
197197
private func read(from hFile: HANDLE, at path: PathOrURL,
198198
into pBuffer: inout OutputRawSpan,
199199
chunkSize dwChunk: Int = 4096, progress bProgress: Bool)

0 commit comments

Comments
 (0)