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

Fix #124275: Implemented Default for Arc<str> #124640

Merged
merged 3 commits into from
May 19, 2024

Commits on May 13, 2024

  1. added Default impls

    reorganised attrs
    
    removed OsStr impls
    
    added backticks
    Billy-Sheppard authored and zachs18 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    5c6326a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b3ebb5 View commit details
    Browse the repository at this point in the history
  3. Use shared statics for the ArcInner for Arc<str, CStr>::default, and …

    …for Arc<[T]>::default where alignof(T) <= 16.
    zachs18 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    f27d1e1 View commit details
    Browse the repository at this point in the history