Closed FranzBusch closed 1 year ago
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.
@_implementationOnly
DequeModule
This PR removes the usage of @_implementationOnly
Motivation
We added
@_implementationOnly
a little while ago to hide the dependency on theDequeModule
. 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