Skip to content

Commit 99e4918

Browse files
authored
NFC: fix stdlib compilation warning. (#31509)
Remove extraneous `@usableFromInline` attribute.
1 parent 3760942 commit 99e4918

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/Darwin/Foundation/Data.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1416,7 +1416,6 @@ public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessColl
14161416
}
14171417

14181418
@inlinable
1419-
@usableFromInline
14201419
@_alwaysEmitIntoClient
14211420
internal mutating func _truncateOrZeroExtend(toCount newCount: Int) {
14221421
switch self {

0 commit comments

Comments
 (0)