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

Split up converter.rs into AST nodes #5510

Merged
merged 3 commits into from
May 17, 2024
Merged

Commits on May 6, 2024

  1. Extract AST converters

    lukastaegert committed May 6, 2024
    Configuration menu
    Copy the full SHA
    523afac View commit details
    Browse the repository at this point in the history
  2. Move enum unwrappers to suitable AST nodes

    If an unwrapper only calls methods from a single
    AST node, it is placed in the same file
    lukastaegert committed May 6, 2024
    Configuration menu
    Copy the full SHA
    15a59b4 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Lint Rust

    lukastaegert committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b3d39d6 View commit details
    Browse the repository at this point in the history