apple / swift-async-algorithms

Async Algorithms for Swift
Apache License 2.0
2.95k stars 147 forks source link

Remove `@_implementationOnly` usage #294

Closed FranzBusch closed 1 year ago

FranzBusch commented 1 year ago

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