mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[String] Remove some unneeded inlinable annotations
This commit is contained in:
@@ -50,7 +50,6 @@ extension String: BidirectionalCollection {
|
||||
}
|
||||
|
||||
/// The number of characters in a string.
|
||||
@inlinable // FIXME(inline-always)
|
||||
public var count: Int {
|
||||
@inline(__always) get {
|
||||
return distance(from: startIndex, to: endIndex)
|
||||
|
||||
Reference in New Issue
Block a user