Skip to content

Commit 64cb429

Browse files
committed
Workaround for E25229: Regression: SBL/Toffee: Recursion detected in inheritance tree for type “Streamable”
1 parent 3c0527b commit 64cb429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/String_Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
public extension NativeString : Streamable {
1+
public extension NativeString /*: Streamable*/ {
22

33
typealias Index = Int
44

0 commit comments

Comments
 (0)