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

feature: Add destructure_struct_binding #16638

Merged
merged 4 commits into from
Feb 29, 2024

Commits on Feb 29, 2024

  1. Add destructure_struct_binding action

    Separate into create and apply edit
    
    Rename usages
    
    Hacky name map
    
    Add more tests
    
    Handle non-exhaustive
    
    Add some more TODOs
    
    Private fields
    
    Use todo
    
    Nesting
    
    Improve rest token generation
    
    Cleanup
    
    Doc -> regular comment
    
    Support mut
    Lindronics committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ed23004 View commit details
    Browse the repository at this point in the history
  2. Handle bindings to refs

    Lindronics committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b203a07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c30c70 View commit details
    Browse the repository at this point in the history
  4. Fix usage in other assist

    Lindronics committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    dc7b502 View commit details
    Browse the repository at this point in the history