Skip to content

Commit

Permalink
don't use @_implementationOnly on external packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed May 19, 2024
1 parent 915a2ea commit 6da547c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion Sources/IORing/IORing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// limitations under the License.
//

@_implementationOnly
import AsyncAlgorithms
import AsyncExtensions
@_implementationOnly
Expand Down
1 change: 0 additions & 1 deletion Sources/IORing/Message.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// limitations under the License.
//

@_implementationOnly
import AsyncAlgorithms
import AsyncExtensions
@_implementationOnly
Expand Down
1 change: 0 additions & 1 deletion Sources/IORing/Submission.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
// limitations under the License.
//

@_implementationOnly
import AsyncAlgorithms
import AsyncExtensions
@_implementationOnly
Expand Down
4 changes: 1 addition & 3 deletions Sources/IORing/SubmissionGroup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
// limitations under the License.
//

@_implementationOnly
import AsyncQueue
@_implementationOnly
import AsyncAlgorithms
import AsyncQueue
import Glibc

extension SingleshotSubmission {
Expand Down

0 comments on commit 6da547c

Please sign in to comment.