Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove @_implementationOnly usage #294

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

FranzBusch
Copy link
Member

Motivation

We added @_implementationOnly a little while ago to hide the dependency on the DequeModule. However, with recent compilers this produces a warning since @_implementationOnly is only intended to be used in resilient libraries.

Modification

This PR removes the usage of @_implementationOnly

# Motivation
We added `@_implementationOnly` a little while ago to hide the dependency on the `DequeModule`. However, with recent compilers this produces a warning since `@_implementationOnly` is only intended to be used in resilient libraries.

# Modification
This PR removes the usage of `@_implementationOnly`
@FranzBusch FranzBusch requested a review from phausler September 21, 2023 08:22
@FranzBusch FranzBusch added the v1.0 Work leading up first API stable version label Sep 21, 2023
@phausler phausler merged commit 6360ca0 into apple:main Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v1.0 Work leading up first API stable version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants