Skip to content

Commit 985f21f

Browse files
committed
Fixup: delete @inlinable attribute (not available in Swift 4.0/4.1)
1 parent d12dd3c commit 985f21f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/SortedArray.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ extension SortedArray {
277277
/// Returns the first index where the specified value appears in the collection.
278278
/// Old name for `firstIndex(of:)`.
279279
/// - Seealso: `firstIndex(of:)`
280-
@inlinable
281280
public func index(of element: Element) -> Index? {
282281
return firstIndex(of: element)
283282
}

0 commit comments

Comments
 (0)