Skip to content

Commit f22484d

Browse files
committed
Remove RESPStringRenderable from Slice and ReversedCollection
1 parent 11916e6 commit f22484d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ DerivedData/
99
.vscode
1010
Package.resolved
1111
.benchmarkBaselines/
12+
.devcontainer
1213
.swift-version

Sources/Valkey/RESP/RESPStringRenderable.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ extension RESPStringRenderable where Self: Collection<UInt8> {
4141

4242
extension [UInt8]: RESPStringRenderable {}
4343
extension ArraySlice<UInt8>: RESPStringRenderable {}
44-
extension ReversedCollection: RESPStringRenderable where Base.Element == UInt8 {}
45-
extension Slice: RESPStringRenderable where Base.Element == UInt8 {}
4644
extension Data: RESPStringRenderable {}
4745

4846
/// Internal type used to render RESPStringRenderable conforming type.

0 commit comments

Comments
 (0)