Skip to content

Commit 29ffa3d

Browse files
committed
Revert "Use updated spelling for lifetime annotations."
This reverts commit b9bdc6f.
1 parent ffba14f commit 29ffa3d

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)