Skip to content

Commit

Permalink
Workaround for E25229: Regression: SBL/Toffee: Recursion detected in …
Browse files Browse the repository at this point in the history
…inheritance tree for type “Streamable”
  • Loading branch information
dwarfland committed Jul 14, 2021
1 parent 3c0527b commit 64cb429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/String_Extensions.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
public extension NativeString : Streamable {
public extension NativeString /*: Streamable*/ {

typealias Index = Int

Expand Down

0 comments on commit 64cb429

Please sign in to comment.