Skip to content

Commit

Permalink
Revert "Add temporary sendable issue"
Browse files Browse the repository at this point in the history
This reverts commit 426dd6b.
  • Loading branch information
tinder-cfuller committed Jan 27, 2024
1 parent 7853559 commit 9a3c882
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Sources/Layout/Layout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,6 @@ public final class Layout { // swiftlint:disable:this type_body_length
addItems(items)
}

internal func foo() {
class Foo {}
let foo: Foo = .init()
DispatchQueue.global().async {
print(foo)
}
}

// MARK: - Adding Items

/// Adds items to the layout.
Expand Down

0 comments on commit 9a3c882

Please sign in to comment.