[stdlib] StringProtocol no longer refines RangeReplaceableCollection

https://bugs.swift.org/browse/SR-5379
This commit is contained in:
Max Moiseev
2017-07-06 09:40:10 -07:00
parent f2dbd65fec
commit 1a1c1a0d21
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import SwiftShims
/// A type that can represent a string as a collection of characters.
public protocol StringProtocol
: RangeReplaceableCollection, BidirectionalCollection,
: BidirectionalCollection,
TextOutputStream, TextOutputStreamable,
LosslessStringConvertible, ExpressibleByStringLiteral,
Hashable, Comparable