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 annotations #616

Merged

Commits on Feb 23, 2024

  1. Remove @_implementationOnly annotations

    These annotations produce warnings when compiling swift-syntax without library evolution using Swift ≥5.10.
    
    Replace them by `private import` when compiling using Swift ≥5.11.
    
    Mirrors swiftlang/swift-syntax#2429
    keith committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    51e348b View commit details
    Browse the repository at this point in the history